Html Css Color HEX #AB519F Violet Blue

📋 copy color: '#AB519F'

red 171 ◦ green 81 ◦ blue 159

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

Shades of Violet Blue #AB519F

Tints of Violet Blue #AB519F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.71%

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

R = 41.61%
G = 19.71%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AB519F (or 0xAB519F) is known color: Violet Blue. HEX triplet: AB, 51 and 9F. RGB value is (171,81,159). Sum of RGB (Red+Green+Blue) = 171+81+159=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB519F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB519F is #54AE60. Grayscale: #747474. Windows color (decimal): -5549665 or 10441131. OLE color: 10441131.

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

Color convert

RGB 171 81 159 -
CMYK 0 0.53 0.07 0.33
HSL 308º 0.36% 0.49% -
HSV(B) 308º 0.53% 0.67% -
XYZ 26 17.05 34.72 -
YUV 116.8 151.82 166.66 -
System Red Green Blue C M Y K H S L
Decimal 171 81 159 0 0.53 0.07 0.33 308 0.36 0.49
Hex AB 51 9F 0 35 7 21 134 24 31
Octal 253 121 237 0 65 7 41 464 44 61
Binary 10101011 1010001 10011111 0 110101 111 100001 100110100 100100 110001

Color Harmonies of #AB519F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB519F

Black with #AB519F

Text Example


Text Example

White with #AB519F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB519F; }

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

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

background-color css

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

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

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

border-color css

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

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

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