Html Css Color HEX #AB58A8 Violet Blue

📋 copy color: '#AB58A8'

red 171 ◦ green 88 ◦ blue 168

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

Shades of Violet Blue #AB58A8

Tints of Violet Blue #AB58A8

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.61%

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

R = 40.05%
G = 20.61%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.02

 K value IS 0.33

RGB Variations

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

Color information

#AB58A8 (or 0xAB58A8) is known color: Violet Blue. HEX triplet: AB, 58 and A8. RGB value is (171,88,168). Sum of RGB (Red+Green+Blue) = 171+88+168=427 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.05% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 171 - color contains mainly: red. Hex color #AB58A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB58A8 is #54A757. Grayscale: #797979. Windows color (decimal): -5547864 or 11032747. OLE color: 11032747.

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

Color convert

RGB 171 88 168 -
CMYK 0 0.49 0.02 0.33
HSL 302.17º 0.33% 0.51% -
HSV(B) 302.17º 0.49% 0.67% -
XYZ 27.35 18.46 39.17 -
YUV 121.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 171 88 168 0 0.49 0.02 0.33 302.17 0.33 0.51
Hex AB 58 A8 0 31 2 21 12E 21 33
Octal 253 130 250 0 61 2 41 456 41 63
Binary 10101011 1011000 10101000 0 110001 10 100001 100101110 100001 110011

Color Harmonies of #AB58A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58A8

Black with #AB58A8

Text Example


Text Example

White with #AB58A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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