Html Css Color HEX #AB44AC Violet Blue

📋 copy color: '#AB44AC'

red 171 ◦ green 68 ◦ blue 172

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

Shades of Violet Blue #AB44AC

Tints of Violet Blue #AB44AC

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.55%

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

R = 41.61%
G = 16.55%
B = 41.85%

CMYK

 C value IS 0.01

 M value IS 0.60

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB44AC (or 0xAB44AC) is known color: Violet Blue. HEX triplet: AB, 44 and AC. RGB value is (171,68,172). Sum of RGB (Red+Green+Blue) = 171+68+172=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 172 (67.58% from 255 or 41.85% from 411); Max value from RGB is 172 - color contains mainly: blue. Hex color #AB44AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB44AC is #54BB53. Grayscale: #6E6E6E. Windows color (decimal): -5552980 or 11289771. OLE color: 11289771.

HSL color Cylindrical-coordinate representation of color #AB44AC: hue angle of 299.42º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB44AC is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 68 172 -
CMYK 0.01 0.60 0 0.33
HSL 299.42º 0.43% 0.47% -
HSV(B) 299.42º 0.6% 0.67% -
XYZ 26.31 15.77 40.69 -
YUV 110.65 162.62 171.04 -
System Red Green Blue C M Y K H S L
Decimal 171 68 172 0.01 0.60 0 0.33 299.42 0.43 0.47
Hex AB 44 AC 1 3C 0 21 12B 2B 2F
Octal 253 104 254 1 74 0 41 453 53 57
Binary 10101011 1000100 10101100 1 111100 0 100001 100101011 101011 101111

Color Harmonies of #AB44AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB44AC

Black with #AB44AC

Text Example


Text Example

White with #AB44AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB44AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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