Html Css Color HEX #A66B9A Violet Blue

📋 copy color: '#A66B9A'

red 166 ◦ green 107 ◦ blue 154

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

Shades of Violet Blue #A66B9A

Tints of Violet Blue #A66B9A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.06%

 BLUE value IS 154 (60.55% from 255) = 36.07%

R = 38.88%
G = 25.06%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A66B9A (or 0xA66B9A) is known color: Violet Blue. HEX triplet: A6, 6B and 9A. RGB value is (166,107,154). Sum of RGB (Red+Green+Blue) = 166+107+154=427 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.88% from 427); Green value is 107 (42.19% from 255 or 25.06% from 427); Blue value is 154 (60.55% from 255 or 36.07% from 427); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B9A is #599465. Grayscale: #818181. Windows color (decimal): -5870694 or 10120102. OLE color: 10120102.

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

Color convert

RGB 166 107 154 -
CMYK 0 0.36 0.07 0.35
HSL 312.2º 0.25% 0.54% -
HSV(B) 312.2º 0.36% 0.65% -
XYZ 26.82 20.96 33.2 -
YUV 130 141.55 153.68 -
System Red Green Blue C M Y K H S L
Decimal 166 107 154 0 0.36 0.07 0.35 312.2 0.25 0.54
Hex A6 6B 9A 0 24 7 23 138 19 36
Octal 246 153 232 0 44 7 43 470 31 66
Binary 10100110 1101011 10011010 0 100100 111 100011 100111000 11001 110110

Color Harmonies of #A66B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66B9A

Black with #A66B9A

Text Example


Text Example

White with #A66B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66B9A; }

 p { color: rgb(166,107,154); }

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

background-color css

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

 a { background-color: rgb(166,107,154); }

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

border-color css

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

 span { border-color: rgb(166,107,154); }

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