Html Css Color HEX #AB66AA Violet Blue

📋 copy color: '#AB66AA'

red 171 ◦ green 102 ◦ blue 170

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

Shades of Violet Blue #AB66AA

Tints of Violet Blue #AB66AA

RGB

 RED value IS 171 (67.19% from 255) = 38.6%

 GREEN value IS 102 (40.23% from 255) = 23.02%

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

R = 38.6%
G = 23.02%
B = 38.37%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AB66AA (or 0xAB66AA) is known color: Violet Blue. HEX triplet: AB, 66 and AA. RGB value is (171,102,170). Sum of RGB (Red+Green+Blue) = 171+102+170=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 171 - color contains mainly: red. Hex color #AB66AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB66AA is #549955. Grayscale: #828282. Windows color (decimal): -5544278 or 11167403. OLE color: 11167403.

HSL color Cylindrical-coordinate representation of color #AB66AA: hue angle of 300.87º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AB66AA is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 102 170 -
CMYK 0 0.40 0.01 0.33
HSL 300.87º 0.29% 0.54% -
HSV(B) 300.87º 0.4% 0.67% -
XYZ 28.8 21.06 40.58 -
YUV 130.38 150.36 156.97 -
System Red Green Blue C M Y K H S L
Decimal 171 102 170 0 0.40 0.01 0.33 300.87 0.29 0.54
Hex AB 66 AA 0 28 1 21 12D 1D 36
Octal 253 146 252 0 50 1 41 455 35 66
Binary 10101011 1100110 10101010 0 101000 1 100001 100101101 11101 110110

Color Harmonies of #AB66AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB66AA

Black with #AB66AA

Text Example


Text Example

White with #AB66AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB66AA; }

 p { color: rgb(171,102,170); }

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

background-color css

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

 a { background-color: rgb(171,102,170); }

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

border-color css

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

 span { border-color: rgb(171,102,170); }

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