Html Css Color HEX #AB499E Violet Blue

📋 copy color: '#AB499E'

red 171 ◦ green 73 ◦ blue 158

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

Shades of Violet Blue #AB499E

Tints of Violet Blue #AB499E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 39.3%

R = 42.54%
G = 18.16%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB499E (or 0xAB499E) is known color: Violet Blue. HEX triplet: AB, 49 and 9E. RGB value is (171,73,158). Sum of RGB (Red+Green+Blue) = 171+73+158=402 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.54% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 158 (62.11% from 255 or 39.30% from 402); Max value from RGB is 171 - color contains mainly: red. Hex color #AB499E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB499E is #54B661. Grayscale: #6F6F6F. Windows color (decimal): -5551714 or 10373547. OLE color: 10373547.

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

Color convert

RGB 171 73 158 -
CMYK 0 0.57 0.08 0.33
HSL 307.96º 0.4% 0.48% -
HSV(B) 307.96º 0.57% 0.67% -
XYZ 25.35 15.89 34.08 -
YUV 111.99 153.97 170.09 -
System Red Green Blue C M Y K H S L
Decimal 171 73 158 0 0.57 0.08 0.33 307.96 0.4 0.48
Hex AB 49 9E 0 39 8 21 134 28 30
Octal 253 111 236 0 71 10 41 464 50 60
Binary 10101011 1001001 10011110 0 111001 1000 100001 100110100 101000 110000

Color Harmonies of #AB499E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB499E

Black with #AB499E

Text Example


Text Example

White with #AB499E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB499E; }

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

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

background-color css

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

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

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

border-color css

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

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

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