Html Css Color HEX #AB13DF Dark Violet

📋 copy color: '#AB13DF'

red 171 ◦ green 19 ◦ blue 223

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

Shades of Dark Violet #AB13DF

Tints of Dark Violet #AB13DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54%

R = 41.4%
G = 4.6%
B = 54%

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

#AB13DF (or 0xAB13DF) is known color: Dark Violet. HEX triplet: AB, 13 and DF. RGB value is (171,19,223). Sum of RGB (Red+Green+Blue) = 171+19+223=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 19 (7.81% from 255 or 4.60% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB13DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB13DF is #54EC20. Grayscale: #575757. Windows color (decimal): -5565473 or 14619563. OLE color: 14619563.

HSL color Cylindrical-coordinate representation of color #AB13DF: hue angle of 284.71º 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 #AB13DF is Cyan = 0.23, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 19 223 -
CMYK 0.23 0.91 0 0.13
HSL 284.71º 0.84% 0.47% -
HSV(B) 284.71º 0.91% 0.87% -
XYZ 30.35 14.45 71 -
YUV 87.7 204.36 187.41 -
System Red Green Blue C M Y K H S L
Decimal 171 19 223 0.23 0.91 0 0.13 284.71 0.84 0.47
Hex AB 13 DF 17 5B 0 D 11D 54 2F
Octal 253 23 337 27 133 0 15 435 124 57
Binary 10101011 10011 11011111 10111 1011011 0 1101 100011101 1010100 101111

Color Harmonies of #AB13DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB13DF

Black with #AB13DF

Text Example


Text Example

White with #AB13DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB13DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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