Html Css Color HEX #AB499F Violet Blue

📋 copy color: '#AB499F'

red 171 ◦ green 73 ◦ blue 159

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

Shades of Violet Blue #AB499F

Tints of Violet Blue #AB499F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.11%

 BLUE value IS 159 (62.5% from 255) = 39.45%

R = 42.43%
G = 18.11%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB499F (or 0xAB499F) is known color: Violet Blue. HEX triplet: AB, 49 and 9F. RGB value is (171,73,159). Sum of RGB (Red+Green+Blue) = 171+73+159=403 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.43% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 159 (62.5% from 255 or 39.45% from 403); Max value from RGB is 171 - color contains mainly: red. Hex color #AB499F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB499F is #54B660. Grayscale: #6F6F6F. Windows color (decimal): -5551713 or 10439083. OLE color: 10439083.

HSL color Cylindrical-coordinate representation of color #AB499F: hue angle of 307.35º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB499F is Cyan = 0, Magento = 0.57, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 73 159 -
CMYK 0 0.57 0.07 0.33
HSL 307.35º 0.4% 0.48% -
HSV(B) 307.35º 0.57% 0.67% -
XYZ 25.44 15.93 34.53 -
YUV 112.11 154.47 170.01 -
System Red Green Blue C M Y K H S L
Decimal 171 73 159 0 0.57 0.07 0.33 307.35 0.4 0.48
Hex AB 49 9F 0 39 7 21 133 28 30
Octal 253 111 237 0 71 7 41 463 50 60
Binary 10101011 1001001 10011111 0 111001 111 100001 100110011 101000 110000

Color Harmonies of #AB499F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB499F

Black with #AB499F

Text Example


Text Example

White with #AB499F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB499F; }

 p { color: rgb(171,73,159); }

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

background-color css

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

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

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

border-color css

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

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

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