Html Css Color HEX #AB14DF Dark Violet

📋 copy color: '#AB14DF'

red 171 ◦ green 20 ◦ blue 223

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

Shades of Dark Violet #AB14DF

Tints of Dark Violet #AB14DF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.83%

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

R = 41.3%
G = 4.83%
B = 53.86%

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

#AB14DF (or 0xAB14DF) is known color: Dark Violet. HEX triplet: AB, 14 and DF. RGB value is (171,20,223). Sum of RGB (Red+Green+Blue) = 171+20+223=414 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.30% from 414); Green value is 20 (8.20% from 255 or 4.83% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB14DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB14DF is #54EB20. Grayscale: #575757. Windows color (decimal): -5565217 or 14619819. OLE color: 14619819.

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

Color convert

RGB 171 20 223 -
CMYK 0.23 0.91 0 0.13
HSL 284.63º 0.84% 0.48% -
HSV(B) 284.63º 0.91% 0.87% -
XYZ 30.36 14.49 71.01 -
YUV 88.29 204.03 186.99 -
System Red Green Blue C M Y K H S L
Decimal 171 20 223 0.23 0.91 0 0.13 284.63 0.84 0.48
Hex AB 14 DF 17 5B 0 D 11D 54 30
Octal 253 24 337 27 133 0 15 435 124 60
Binary 10101011 10100 11011111 10111 1011011 0 1101 100011101 1010100 110000

Color Harmonies of #AB14DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB14DF

Black with #AB14DF

Text Example


Text Example

White with #AB14DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB14DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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