Html Css Color HEX #AB58AF Violet Blue

📋 copy color: '#AB58AF'

red 171 ◦ green 88 ◦ blue 175

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

Shades of Violet Blue #AB58AF

Tints of Violet Blue #AB58AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.32%

R = 39.4%
G = 20.28%
B = 40.32%

CMYK

 C value IS 0.02

 M value IS 0.50

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#AB58AF (or 0xAB58AF) is known color: Violet Blue. HEX triplet: AB, 58 and AF. RGB value is (171,88,175). Sum of RGB (Red+Green+Blue) = 171+88+175=434 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.40% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #AB58AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB58AF is #54A750. Grayscale: #7A7A7A. Windows color (decimal): -5547857 or 11491499. OLE color: 11491499.

HSL color Cylindrical-coordinate representation of color #AB58AF: hue angle of 297.24º degrees, saturation: 0.35, 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 #AB58AF is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 88 175 -
CMYK 0.02 0.50 0 0.31
HSL 297.24º 0.35% 0.52% -
HSV(B) 297.24º 0.5% 0.69% -
XYZ 28.02 18.73 42.7 -
YUV 122.74 157.5 162.43 -
System Red Green Blue C M Y K H S L
Decimal 171 88 175 0.02 0.50 0 0.31 297.24 0.35 0.52
Hex AB 58 AF 2 32 0 1F 129 23 34
Octal 253 130 257 2 62 0 37 451 43 64
Binary 10101011 1011000 10101111 10 110010 0 11111 100101001 100011 110100

Color Harmonies of #AB58AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB58AF

Black with #AB58AF

Text Example


Text Example

White with #AB58AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB58AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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