Html Css Color HEX #AB14DE Dark Violet

📋 copy color: '#AB14DE'

red 171 ◦ green 20 ◦ blue 222

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

Shades of Dark Violet #AB14DE

Tints of Dark Violet #AB14DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.75%

R = 41.4%
G = 4.84%
B = 53.75%

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

#AB14DE (or 0xAB14DE) is known color: Dark Violet. HEX triplet: AB, 14 and DE. RGB value is (171,20,222). Sum of RGB (Red+Green+Blue) = 171+20+222=413 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.40% from 413); Green value is 20 (8.20% from 255 or 4.84% from 413); Blue value is 222 (87.11% from 255 or 53.75% from 413); Max value from RGB is 222 - color contains mainly: blue. Hex color #AB14DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB14DE is #54EB21. Grayscale: #575757. Windows color (decimal): -5565218 or 14554283. OLE color: 14554283.

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

Color convert

RGB 171 20 222 -
CMYK 0.23 0.91 0 0.13
HSL 284.85º 0.83% 0.47% -
HSV(B) 284.85º 0.91% 0.87% -
XYZ 30.23 14.43 70.3 -
YUV 88.18 203.53 187.07 -
System Red Green Blue C M Y K H S L
Decimal 171 20 222 0.23 0.91 0 0.13 284.85 0.83 0.47
Hex AB 14 DE 17 5B 0 D 11D 53 2F
Octal 253 24 336 27 133 0 15 435 123 57
Binary 10101011 10100 11011110 10111 1011011 0 1101 100011101 1010011 101111

Color Harmonies of #AB14DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB14DE

Black with #AB14DE

Text Example


Text Example

White with #AB14DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB14DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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