Html Css Color HEX #A66FA5 Violet Blue

📋 copy color: '#A66FA5'

red 166 ◦ green 111 ◦ blue 165

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

Shades of Violet Blue #A66FA5

Tints of Violet Blue #A66FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 37.33%

R = 37.56%
G = 25.11%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.35

RGB Variations

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

Color information

#A66FA5 (or 0xA66FA5) is known color: Violet Blue. HEX triplet: A6, 6F and A5. RGB value is (166,111,165). Sum of RGB (Red+Green+Blue) = 166+111+165=442 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.56% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 165 (64.84% from 255 or 37.33% from 442); Max value from RGB is 166 - color contains mainly: red. Hex color #A66FA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66FA5 is #59905A. Grayscale: #858585. Windows color (decimal): -5869659 or 10842022. OLE color: 10842022.

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

Color convert

RGB 166 111 165 -
CMYK 0 0.33 0.01 0.35
HSL 301.09º 0.24% 0.54% -
HSV(B) 301.09º 0.33% 0.65% -
XYZ 28.2 22.19 38.39 -
YUV 133.6 145.72 151.11 -
System Red Green Blue C M Y K H S L
Decimal 166 111 165 0 0.33 0.01 0.35 301.09 0.24 0.54
Hex A6 6F A5 0 21 1 23 12D 18 36
Octal 246 157 245 0 41 1 43 455 30 66
Binary 10100110 1101111 10100101 0 100001 1 100011 100101101 11000 110110

Color Harmonies of #A66FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66FA5

Black with #A66FA5

Text Example


Text Example

White with #A66FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66FA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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