Html Css Color HEX #AB66AB Violet Blue

📋 copy color: '#AB66AB'

red 171 ◦ green 102 ◦ blue 171

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

Shades of Violet Blue #AB66AB

Tints of Violet Blue #AB66AB

RGB

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

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

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

R = 38.51%
G = 22.97%
B = 38.51%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB66AB (or 0xAB66AB) is known color: Violet Blue. HEX triplet: AB, 66 and AB. RGB value is (171,102,171). Sum of RGB (Red+Green+Blue) = 171+102+171=444 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.51% from 444); Green value is 102 (40.23% from 255 or 22.97% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB66AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB66AB is #549954. Grayscale: #828282. Windows color (decimal): -5544277 or 11232939. OLE color: 11232939.

HSL color Cylindrical-coordinate representation of color #AB66AB: hue angle of 300º 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 #AB66AB is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 102 171 -
CMYK 0 0.40 0 0.33
HSL 300º 0.29% 0.54% -
HSV(B) 300º 0.4% 0.67% -
XYZ 28.9 21.1 41.08 -
YUV 130.5 150.86 156.89 -
System Red Green Blue C M Y K H S L
Decimal 171 102 171 0 0.40 0 0.33 300 0.29 0.54
Hex AB 66 AB 0 28 0 21 12C 1D 36
Octal 253 146 253 0 50 0 41 454 35 66
Binary 10101011 1100110 10101011 0 101000 0 100001 100101100 11101 110110

Color Harmonies of #AB66AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB66AB

Black with #AB66AB

Text Example


Text Example

White with #AB66AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB66AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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