Html Css Color HEX #A66DA1 Violet Blue

📋 copy color: '#A66DA1'

red 166 ◦ green 109 ◦ blue 161

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

Shades of Violet Blue #A66DA1

Tints of Violet Blue #A66DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 36.93%

R = 38.07%
G = 25%
B = 36.93%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.03

 K value IS 0.35

RGB Variations

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

Color information

#A66DA1 (or 0xA66DA1) is known color: Violet Blue. HEX triplet: A6, 6D and A1. RGB value is (166,109,161). Sum of RGB (Red+Green+Blue) = 166+109+161=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 109 (42.97% from 255 or 25% from 436); Blue value is 161 (63.28% from 255 or 36.93% from 436); Max value from RGB is 166 - color contains mainly: red. Hex color #A66DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66DA1 is #59925E. Grayscale: #838383. Windows color (decimal): -5870175 or 10579366. OLE color: 10579366.

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

Color convert

RGB 166 109 161 -
CMYK 0 0.34 0.03 0.35
HSL 305.26º 0.24% 0.54% -
HSV(B) 305.26º 0.34% 0.65% -
XYZ 27.63 21.62 36.43 -
YUV 131.97 144.38 152.27 -
System Red Green Blue C M Y K H S L
Decimal 166 109 161 0 0.34 0.03 0.35 305.26 0.24 0.54
Hex A6 6D A1 0 22 3 23 131 18 36
Octal 246 155 241 0 42 3 43 461 30 66
Binary 10100110 1101101 10100001 0 100010 11 100011 100110001 11000 110110

Color Harmonies of #A66DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66DA1

Black with #A66DA1

Text Example


Text Example

White with #A66DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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