Html Css Color HEX #AB13DD Dark Violet

📋 copy color: '#AB13DD'

red 171 ◦ green 19 ◦ blue 221

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

Shades of Dark Violet #AB13DD

Tints of Dark Violet #AB13DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.77%

R = 41.61%
G = 4.62%
B = 53.77%

CMYK

 C value IS 0.23

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB13DD (or 0xAB13DD) is known color: Dark Violet. HEX triplet: AB, 13 and DD. RGB value is (171,19,221). Sum of RGB (Red+Green+Blue) = 171+19+221=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 19 (7.81% from 255 or 4.62% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB13DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB13DD is #54EC22. Grayscale: #565656. Windows color (decimal): -5565475 or 14488491. OLE color: 14488491.

HSL color Cylindrical-coordinate representation of color #AB13DD: hue angle of 285.15º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB13DD is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 19 221 -
CMYK 0.23 0.91 0 0.13
HSL 285.15º 0.84% 0.47% -
HSV(B) 285.15º 0.91% 0.87% -
XYZ 30.08 14.34 69.59 -
YUV 87.48 203.36 187.57 -
System Red Green Blue C M Y K H S L
Decimal 171 19 221 0.23 0.91 0 0.13 285.15 0.84 0.47
Hex AB 13 DD 17 5B 0 D 11D 54 2F
Octal 253 23 335 27 133 0 15 435 124 57
Binary 10101011 10011 11011101 10111 1011011 0 1101 100011101 1010100 101111

Color Harmonies of #AB13DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB13DD

Black with #AB13DD

Text Example


Text Example

White with #AB13DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB13DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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