Html Css Color HEX #AB58AB Violet Blue

📋 copy color: '#AB58AB'

red 171 ◦ green 88 ◦ blue 171

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

Shades of Violet Blue #AB58AB

Tints of Violet Blue #AB58AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.77%

R = 39.77%
G = 20.47%
B = 39.77%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AB58AB (or 0xAB58AB) is known color: Violet Blue. HEX triplet: AB, 58 and AB. RGB value is (171,88,171). Sum of RGB (Red+Green+Blue) = 171+88+171=430 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.77% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 171 - color contains mainly: red, blue. Hex color #AB58AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB58AB is #54A754. Grayscale: #7A7A7A. Windows color (decimal): -5547861 or 11229355. OLE color: 11229355.

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

Color convert

RGB 171 88 171 -
CMYK 0 0.49 0 0.33
HSL 300º 0.33% 0.51% -
HSV(B) 300º 0.49% 0.67% -
XYZ 27.64 18.58 40.66 -
YUV 122.28 155.5 162.75 -
System Red Green Blue C M Y K H S L
Decimal 171 88 171 0 0.49 0 0.33 300 0.33 0.51
Hex AB 58 AB 0 31 0 21 12C 21 33
Octal 253 130 253 0 61 0 41 454 41 63
Binary 10101011 1011000 10101011 0 110001 0 100001 100101100 100001 110011

Color Harmonies of #AB58AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58AB

Black with #AB58AB

Text Example


Text Example

White with #AB58AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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