Html Css Color HEX #A66AAD Violet Blue

📋 copy color: '#A66AAD'

red 166 ◦ green 106 ◦ blue 173

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

Shades of Violet Blue #A66AAD

Tints of Violet Blue #A66AAD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.82%

 BLUE value IS 173 (67.97% from 255) = 38.88%

R = 37.3%
G = 23.82%
B = 38.88%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#A66AAD (or 0xA66AAD) is known color: Violet Blue. HEX triplet: A6, 6A and AD. RGB value is (166,106,173). Sum of RGB (Red+Green+Blue) = 166+106+173=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 106 (41.80% from 255 or 23.82% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #A66AAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66AAD is #599552. Grayscale: #838383. Windows color (decimal): -5870931 or 11365030. OLE color: 11365030.

HSL color Cylindrical-coordinate representation of color #A66AAD: hue angle of 293.73º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A66AAD is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 166 106 173 -
CMYK 0.04 0.39 0 0.32
HSL 293.73º 0.29% 0.55% -
HSV(B) 293.73º 0.39% 0.68% -
XYZ 28.42 21.43 42.17 -
YUV 131.58 151.38 152.55 -
System Red Green Blue C M Y K H S L
Decimal 166 106 173 0.04 0.39 0 0.32 293.73 0.29 0.55
Hex A6 6A AD 4 27 0 20 126 1D 37
Octal 246 152 255 4 47 0 40 446 35 67
Binary 10100110 1101010 10101101 100 100111 0 100000 100100110 11101 110111

Color Harmonies of #A66AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66AAD

Black with #A66AAD

Text Example


Text Example

White with #A66AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66AAD; }

 p { color: rgb(166,106,173); }

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

background-color css

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

 a { background-color: rgb(166,106,173); }

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

border-color css

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

 span { border-color: rgb(166,106,173); }

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