Html Css Color HEX #A66BAA Violet Blue

📋 copy color: '#A66BAA'

red 166 ◦ green 107 ◦ blue 170

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

Shades of Violet Blue #A66BAA

Tints of Violet Blue #A66BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.15%

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 37.47%
G = 24.15%
B = 38.37%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A66BAA (or 0xA66BAA) is known color: Violet Blue. HEX triplet: A6, 6B and AA. RGB value is (166,107,170). Sum of RGB (Red+Green+Blue) = 166+107+170=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 107 (42.19% from 255 or 24.15% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #A66BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A66BAA is #599455. Grayscale: #838383. Windows color (decimal): -5870678 or 11168678. OLE color: 11168678.

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

Color convert

RGB 166 107 170 -
CMYK 0.02 0.37 0 0.33
HSL 296.19º 0.27% 0.54% -
HSV(B) 296.19º 0.37% 0.67% -
XYZ 28.24 21.52 40.7 -
YUV 131.82 149.55 152.38 -
System Red Green Blue C M Y K H S L
Decimal 166 107 170 0.02 0.37 0 0.33 296.19 0.27 0.54
Hex A6 6B AA 2 25 0 21 128 1B 36
Octal 246 153 252 2 45 0 41 450 33 66
Binary 10100110 1101011 10101010 10 100101 0 100001 100101000 11011 110110

Color Harmonies of #A66BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A66BAA

Black with #A66BAA

Text Example


Text Example

White with #A66BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A66BAA; }

 p { color: rgb(166,107,170); }

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

background-color css

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

 a { background-color: rgb(166,107,170); }

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

border-color css

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

 span { border-color: rgb(166,107,170); }

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