Html Css Color HEX #AB64AC Violet Blue

📋 copy color: '#AB64AC'

red 171 ◦ green 100 ◦ blue 172

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

Shades of Violet Blue #AB64AC

Tints of Violet Blue #AB64AC

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.57%

 BLUE value IS 172 (67.58% from 255) = 38.83%

R = 38.6%
G = 22.57%
B = 38.83%

CMYK

 C value IS 0.01

 M value IS 0.42

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB64AC (or 0xAB64AC) is known color: Violet Blue. HEX triplet: AB, 64 and AC. RGB value is (171,100,172). Sum of RGB (Red+Green+Blue) = 171+100+172=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 172 (67.58% from 255 or 38.83% from 443); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB64AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB64AC is #549B53. Grayscale: #818181. Windows color (decimal): -5544788 or 11297963. OLE color: 11297963.

HSL color Cylindrical-coordinate representation of color #AB64AC: hue angle of 299.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB64AC is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 100 172 -
CMYK 0.01 0.42 0 0.33
HSL 299.17º 0.3% 0.53% -
HSV(B) 299.17º 0.42% 0.67% -
XYZ 28.8 20.75 41.52 -
YUV 129.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 171 100 172 0.01 0.42 0 0.33 299.17 0.3 0.53
Hex AB 64 AC 1 2A 0 21 12B 1E 35
Octal 253 144 254 1 52 0 41 453 36 65
Binary 10101011 1100100 10101100 1 101010 0 100001 100101011 11110 110101

Color Harmonies of #AB64AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB64AC

Black with #AB64AC

Text Example


Text Example

White with #AB64AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB64AC; }

 p { color: rgb(171,100,172); }

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

background-color css

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

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

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

border-color css

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

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

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