Html Css Color HEX #A66B9C Violet Blue

📋 copy color: '#A66B9C'

red 166 ◦ green 107 ◦ blue 156

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

Shades of Violet Blue #A66B9C

Tints of Violet Blue #A66B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.36%

R = 38.69%
G = 24.94%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A66B9C (or 0xA66B9C) is known color: Violet Blue. HEX triplet: A6, 6B and 9C. RGB value is (166,107,156). Sum of RGB (Red+Green+Blue) = 166+107+156=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 107 (42.19% from 255 or 24.94% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A66B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66B9C is #599463. Grayscale: #828282. Windows color (decimal): -5870692 or 10251174. OLE color: 10251174.

HSL color Cylindrical-coordinate representation of color #A66B9C: hue angle of 310.17º 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 #A66B9C is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 107 156 -
CMYK 0 0.36 0.06 0.35
HSL 310.17º 0.25% 0.54% -
HSV(B) 310.17º 0.36% 0.65% -
XYZ 26.98 21.02 34.09 -
YUV 130.23 142.55 153.52 -
System Red Green Blue C M Y K H S L
Decimal 166 107 156 0 0.36 0.06 0.35 310.17 0.25 0.54
Hex A6 6B 9C 0 24 6 23 136 19 36
Octal 246 153 234 0 44 6 43 466 31 66
Binary 10100110 1101011 10011100 0 100100 110 100011 100110110 11001 110110

Color Harmonies of #A66B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66B9C

Black with #A66B9C

Text Example


Text Example

White with #A66B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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