Html Css Color HEX #A66FAF Violet Blue

📋 copy color: '#A66FAF'

red 166 ◦ green 111 ◦ blue 175

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

Shades of Violet Blue #A66FAF

Tints of Violet Blue #A66FAF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.56%

 BLUE value IS 175 (68.75% from 255) = 38.72%

R = 36.73%
G = 24.56%
B = 38.72%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A66FAF (or 0xA66FAF) is known color: Violet Blue. HEX triplet: A6, 6F and AF. RGB value is (166,111,175). Sum of RGB (Red+Green+Blue) = 166+111+175=452 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.73% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 175 (68.75% from 255 or 38.72% from 452); Max value from RGB is 175 - color contains mainly: blue. Hex color #A66FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66FAF is #599050. Grayscale: #868686. Windows color (decimal): -5869649 or 11497382. OLE color: 11497382.

HSL color Cylindrical-coordinate representation of color #A66FAF: hue angle of 291.56º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A66FAF is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 166 111 175 -
CMYK 0.05 0.37 0 0.31
HSL 291.56º 0.29% 0.56% -
HSV(B) 291.56º 0.37% 0.69% -
XYZ 29.15 22.57 43.38 -
YUV 134.74 150.72 150.3 -
System Red Green Blue C M Y K H S L
Decimal 166 111 175 0.05 0.37 0 0.31 291.56 0.29 0.56
Hex A6 6F AF 5 25 0 1F 124 1D 38
Octal 246 157 257 5 45 0 37 444 35 70
Binary 10100110 1101111 10101111 101 100101 0 11111 100100100 11101 111000

Color Harmonies of #A66FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66FAF

Black with #A66FAF

Text Example


Text Example

White with #A66FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66FAF; }

 p { color: rgb(166,111,175); }

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

background-color css

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

 a { background-color: rgb(166,111,175); }

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

border-color css

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

 span { border-color: rgb(166,111,175); }

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