Html Css Color HEX #A66DAB Violet Blue

📋 copy color: '#A66DAB'

red 166 ◦ green 109 ◦ blue 171

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

Shades of Violet Blue #A66DAB

Tints of Violet Blue #A66DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 24.44%

 BLUE value IS 171 (67.19% from 255) = 38.34%

R = 37.22%
G = 24.44%
B = 38.34%

CMYK

 C value IS 0.03

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A66DAB (or 0xA66DAB) is known color: Violet Blue. HEX triplet: A6, 6D and AB. RGB value is (166,109,171). Sum of RGB (Red+Green+Blue) = 166+109+171=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 109 (42.97% from 255 or 24.44% from 446); Blue value is 171 (67.19% from 255 or 38.34% from 446); Max value from RGB is 171 - color contains mainly: blue. Hex color #A66DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66DAB is #599254. Grayscale: #848484. Windows color (decimal): -5870165 or 11234726. OLE color: 11234726.

HSL color Cylindrical-coordinate representation of color #A66DAB: hue angle of 295.16º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A66DAB is Cyan = 0.03, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 166 109 171 -
CMYK 0.03 0.36 0 0.33
HSL 295.16º 0.27% 0.55% -
HSV(B) 295.16º 0.36% 0.67% -
XYZ 28.55 21.98 41.27 -
YUV 133.11 149.38 151.46 -
System Red Green Blue C M Y K H S L
Decimal 166 109 171 0.03 0.36 0 0.33 295.16 0.27 0.55
Hex A6 6D AB 3 24 0 21 127 1B 37
Octal 246 155 253 3 44 0 41 447 33 67
Binary 10100110 1101101 10101011 11 100100 0 100001 100100111 11011 110111

Color Harmonies of #A66DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66DAB

Black with #A66DAB

Text Example


Text Example

White with #A66DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66DAB; }

 p { color: rgb(166,109,171); }

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

background-color css

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

 a { background-color: rgb(166,109,171); }

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

border-color css

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

 span { border-color: rgb(166,109,171); }

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