Html Css Color HEX #A66C9C Violet Blue

📋 copy color: '#A66C9C'

red 166 ◦ green 108 ◦ blue 156

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

Shades of Violet Blue #A66C9C

Tints of Violet Blue #A66C9C

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.12%

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

R = 38.6%
G = 25.12%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.06

 K value IS 0.35

RGB Variations

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

Color information

#A66C9C (or 0xA66C9C) is known color: Violet Blue. HEX triplet: A6, 6C and 9C. RGB value is (166,108,156). Sum of RGB (Red+Green+Blue) = 166+108+156=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66C9C is #599363. Grayscale: #828282. Windows color (decimal): -5870436 or 10251430. OLE color: 10251430.

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

Color convert

RGB 166 108 156 -
CMYK 0 0.35 0.06 0.35
HSL 310.34º 0.25% 0.54% -
HSV(B) 310.34º 0.35% 0.65% -
XYZ 27.09 21.23 34.12 -
YUV 130.81 142.22 153.1 -
System Red Green Blue C M Y K H S L
Decimal 166 108 156 0 0.35 0.06 0.35 310.34 0.25 0.54
Hex A6 6C 9C 0 23 6 23 136 19 36
Octal 246 154 234 0 43 6 43 466 31 66
Binary 10100110 1101100 10011100 0 100011 110 100011 100110110 11001 110110

Color Harmonies of #A66C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66C9C

Black with #A66C9C

Text Example


Text Example

White with #A66C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66C9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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