Html Css Color HEX #AB509D Violet Blue

📋 copy color: '#AB509D'

red 171 ◦ green 80 ◦ blue 157

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

Shades of Violet Blue #AB509D

Tints of Violet Blue #AB509D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.61%

 BLUE value IS 157 (61.72% from 255) = 38.48%

R = 41.91%
G = 19.61%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.08

 K value IS 0.33

RGB Variations

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

Color information

#AB509D (or 0xAB509D) is known color: Violet Blue. HEX triplet: AB, 50 and 9D. RGB value is (171,80,157). Sum of RGB (Red+Green+Blue) = 171+80+157=408 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.91% from 408); Green value is 80 (31.64% from 255 or 19.61% from 408); Blue value is 157 (61.72% from 255 or 38.48% from 408); Max value from RGB is 171 - color contains mainly: red. Hex color #AB509D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB509D is #54AF62. Grayscale: #737373. Windows color (decimal): -5549923 or 10309803. OLE color: 10309803.

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

Color convert

RGB 171 80 157 -
CMYK 0 0.53 0.08 0.33
HSL 309.23º 0.36% 0.49% -
HSV(B) 309.23º 0.53% 0.67% -
XYZ 25.75 16.83 33.79 -
YUV 115.99 151.15 167.24 -
System Red Green Blue C M Y K H S L
Decimal 171 80 157 0 0.53 0.08 0.33 309.23 0.36 0.49
Hex AB 50 9D 0 35 8 21 135 24 31
Octal 253 120 235 0 65 10 41 465 44 61
Binary 10101011 1010000 10011101 0 110101 1000 100001 100110101 100100 110001

Color Harmonies of #AB509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB509D

Black with #AB509D

Text Example


Text Example

White with #AB509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB509D; }

 p { color: rgb(171,80,157); }

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

background-color css

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

 a { background-color: rgb(171,80,157); }

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

border-color css

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

 span { border-color: rgb(171,80,157); }

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