Html Css Color HEX #A6469B Violet Blue

📋 copy color: '#A6469B'

red 166 ◦ green 70 ◦ blue 155

#A6469B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Violet Blue #A6469B

Tints of Violet Blue #A6469B

RGB

 RED value IS 166 (65.23% from 255) = 42.46%

 GREEN value IS 70 (27.73% from 255) = 17.9%

 BLUE value IS 155 (60.94% from 255) = 39.64%

R = 42.46%
G = 17.9%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.07

 K value IS 0.35

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A6469B (or 0xA6469B) is known color: Violet Blue. HEX triplet: A6, 46 and 9B. RGB value is (166,70,155). Sum of RGB (Red+Green+Blue) = 166+70+155=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 70 (27.73% from 255 or 17.90% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 166 - color contains mainly: red. Hex color #A6469B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A6469B is #59B964. Grayscale: #6C6C6C. Windows color (decimal): -5880165 or 10176166. OLE color: 10176166.

HSL color Cylindrical-coordinate representation of color #A6469B: hue angle of 306.88º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A6469B is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 70 155 -
CMYK 0 0.58 0.07 0.35
HSL 306.88º 0.41% 0.46% -
HSV(B) 306.88º 0.58% 0.65% -
XYZ 23.83 14.85 32.62 -
YUV 108.39 154.3 169.09 -
System Red Green Blue C M Y K H S L
Decimal 166 70 155 0 0.58 0.07 0.35 306.88 0.41 0.46
Hex A6 46 9B 0 3A 7 23 133 29 2E
Octal 246 106 233 0 72 7 43 463 51 56
Binary 10100110 1000110 10011011 0 111010 111 100011 100110011 101001 101110

Color Harmonies of #A6469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6469B

Black with #A6469B

Text Example


Text Example

White with #A6469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6469B; }

 p { color: rgb(166,70,155); }

 H1.HeaderClassName
 {
   color: #A6469B;
 }
 .AnyTagClassName
 {
   color: #A6469B;
 }
</style>

background-color css

<style>
 a { background-color: #A6469B; }

 a { background-color: rgb(166,70,155); }

 div.DivClassName
 {
   background-color: #A6469B;
 }
 .BgClassName
 {
   background-color: #A6469B;
 }
</style>

border-color css

<style>
 span { border-color: #A6469B; }

 span { border-color: rgb(166,70,155); }

 td.TdClassName
 {
   border-color: #A6469B;
 }
 .TagClassName
 {
   border-color: #A6469B;
 }
</style>