Html Css Color HEX #AB44A8 Violet Blue

📋 copy color: '#AB44A8'

red 171 ◦ green 68 ◦ blue 168

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

Shades of Violet Blue #AB44A8

Tints of Violet Blue #AB44A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 41.28%

R = 42.01%
G = 16.71%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB44A8 (or 0xAB44A8) is known color: Violet Blue. HEX triplet: AB, 44 and A8. RGB value is (171,68,168). Sum of RGB (Red+Green+Blue) = 171+68+168=407 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.01% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 168 (66.02% from 255 or 41.28% from 407); Max value from RGB is 171 - color contains mainly: red. Hex color #AB44A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB44A8 is #54BB57. Grayscale: #6D6D6D. Windows color (decimal): -5552984 or 11027627. OLE color: 11027627.

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

Color convert

RGB 171 68 168 -
CMYK 0 0.60 0.02 0.33
HSL 301.75º 0.43% 0.47% -
HSV(B) 301.75º 0.6% 0.67% -
XYZ 25.93 15.62 38.69 -
YUV 110.2 160.62 171.37 -
System Red Green Blue C M Y K H S L
Decimal 171 68 168 0 0.60 0.02 0.33 301.75 0.43 0.47
Hex AB 44 A8 0 3C 2 21 12E 2B 2F
Octal 253 104 250 0 74 2 41 456 53 57
Binary 10101011 1000100 10101000 0 111100 10 100001 100101110 101011 101111

Color Harmonies of #AB44A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB44A8

Black with #AB44A8

Text Example


Text Example

White with #AB44A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB44A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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