Html Css Color HEX #AB13BD Dark Violet

📋 copy color: '#AB13BD'

red 171 ◦ green 19 ◦ blue 189

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

Shades of Dark Violet #AB13BD

Tints of Dark Violet #AB13BD

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.01%

 BLUE value IS 189 (74.22% from 255) = 49.87%

R = 45.12%
G = 5.01%
B = 49.87%

CMYK

 C value IS 0.10

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AB13BD (or 0xAB13BD) is known color: Dark Violet. HEX triplet: AB, 13 and BD. RGB value is (171,19,189). Sum of RGB (Red+Green+Blue) = 171+19+189=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 19 (7.81% from 255 or 5.01% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB13BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB13BD is #54EC42. Grayscale: #535353. Windows color (decimal): -5565507 or 12391339. OLE color: 12391339.

HSL color Cylindrical-coordinate representation of color #AB13BD: hue angle of 293.65º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB13BD is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 171 19 189 -
CMYK 0.10 0.90 0 0.26
HSL 293.65º 0.82% 0.41% -
HSV(B) 293.65º 0.9% 0.74% -
XYZ 26.21 12.8 49.23 -
YUV 83.83 187.36 190.18 -
System Red Green Blue C M Y K H S L
Decimal 171 19 189 0.10 0.90 0 0.26 293.65 0.82 0.41
Hex AB 13 BD A 5A 0 1A 126 52 29
Octal 253 23 275 12 132 0 32 446 122 51
Binary 10101011 10011 10111101 1010 1011010 0 11010 100100110 1010010 101001

Color Harmonies of #AB13BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB13BD

Black with #AB13BD

Text Example


Text Example

White with #AB13BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB13BD; }

 p { color: rgb(171,19,189); }

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

background-color css

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

 a { background-color: rgb(171,19,189); }

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

border-color css

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

 span { border-color: rgb(171,19,189); }

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