Html Css Color HEX #A66C9B Violet Blue

📋 copy color: '#A66C9B'

red 166 ◦ green 108 ◦ blue 155

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

Shades of Violet Blue #A66C9B

Tints of Violet Blue #A66C9B

RGB

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

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

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

R = 38.69%
G = 25.17%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#A66C9B (or 0xA66C9B) is known color: Violet Blue. HEX triplet: A6, 6C and 9B. RGB value is (166,108,155). Sum of RGB (Red+Green+Blue) = 166+108+155=429 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.69% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 166 - color contains mainly: red. Hex color #A66C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66C9B is #599364. Grayscale: #828282. Windows color (decimal): -5870437 or 10185894. OLE color: 10185894.

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

Color convert

RGB 166 108 155 -
CMYK 0 0.35 0.07 0.35
HSL 311.38º 0.25% 0.54% -
HSV(B) 311.38º 0.35% 0.65% -
XYZ 27 21.2 33.68 -
YUV 130.7 141.72 153.18 -
System Red Green Blue C M Y K H S L
Decimal 166 108 155 0 0.35 0.07 0.35 311.38 0.25 0.54
Hex A6 6C 9B 0 23 7 23 137 19 36
Octal 246 154 233 0 43 7 43 467 31 66
Binary 10100110 1101100 10011011 0 100011 111 100011 100110111 11001 110110

Color Harmonies of #A66C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66C9B

Black with #A66C9B

Text Example


Text Example

White with #A66C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66C9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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