Html Css Color HEX #AB58B1 Violet Blue

📋 copy color: '#AB58B1'

red 171 ◦ green 88 ◦ blue 177

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

Shades of Violet Blue #AB58B1

Tints of Violet Blue #AB58B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.6%

R = 39.22%
G = 20.18%
B = 40.6%

CMYK

 C value IS 0.03

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB58B1 (or 0xAB58B1) is known color: Violet Blue. HEX triplet: AB, 58 and B1. RGB value is (171,88,177). Sum of RGB (Red+Green+Blue) = 171+88+177=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 88 (34.77% from 255 or 20.18% from 436); Blue value is 177 (69.53% from 255 or 40.60% from 436); Max value from RGB is 177 - color contains mainly: blue. Hex color #AB58B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB58B1 is #54A74E. Grayscale: #7A7A7A. Windows color (decimal): -5547855 or 11622571. OLE color: 11622571.

HSL color Cylindrical-coordinate representation of color #AB58B1: hue angle of 295.96º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB58B1 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 88 177 -
CMYK 0.03 0.50 0 0.31
HSL 295.96º 0.36% 0.52% -
HSV(B) 295.96º 0.5% 0.69% -
XYZ 28.22 18.81 43.74 -
YUV 122.96 158.5 162.26 -
System Red Green Blue C M Y K H S L
Decimal 171 88 177 0.03 0.50 0 0.31 295.96 0.36 0.52
Hex AB 58 B1 3 32 0 1F 128 24 34
Octal 253 130 261 3 62 0 37 450 44 64
Binary 10101011 1011000 10110001 11 110010 0 11111 100101000 100100 110100

Color Harmonies of #AB58B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58B1

Black with #AB58B1

Text Example


Text Example

White with #AB58B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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