Html Css Color HEX #AB42A8 Violet Blue

📋 copy color: '#AB42A8'

red 171 ◦ green 66 ◦ blue 168

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

Shades of Violet Blue #AB42A8

Tints of Violet Blue #AB42A8

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.3%

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

R = 42.22%
G = 16.3%
B = 41.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB42A8 (or 0xAB42A8) is known color: Violet Blue. HEX triplet: AB, 42 and A8. RGB value is (171,66,168). Sum of RGB (Red+Green+Blue) = 171+66+168=405 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.22% from 405); Green value is 66 (26.17% from 255 or 16.30% from 405); Blue value is 168 (66.02% from 255 or 41.48% from 405); Max value from RGB is 171 - color contains mainly: red. Hex color #AB42A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB42A8 is #54BD57. Grayscale: #6C6C6C. Windows color (decimal): -5553496 or 11027115. OLE color: 11027115.

HSL color Cylindrical-coordinate representation of color #AB42A8: hue angle of 301.71º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB42A8 is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 66 168 -
CMYK 0 0.61 0.02 0.33
HSL 301.71º 0.44% 0.46% -
HSV(B) 301.71º 0.61% 0.67% -
XYZ 25.81 15.38 38.65 -
YUV 109.02 161.29 172.21 -
System Red Green Blue C M Y K H S L
Decimal 171 66 168 0 0.61 0.02 0.33 301.71 0.44 0.46
Hex AB 42 A8 0 3D 2 21 12E 2C 2E
Octal 253 102 250 0 75 2 41 456 54 56
Binary 10101011 1000010 10101000 0 111101 10 100001 100101110 101100 101110

Color Harmonies of #AB42A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB42A8

Black with #AB42A8

Text Example


Text Example

White with #AB42A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB42A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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