Html Css Color HEX #AB14DA Dark Violet

📋 copy color: '#AB14DA'

red 171 ◦ green 20 ◦ blue 218

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

Shades of Dark Violet #AB14DA

Tints of Dark Violet #AB14DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 53.3%

R = 41.81%
G = 4.89%
B = 53.3%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AB14DA (or 0xAB14DA) is known color: Dark Violet. HEX triplet: AB, 14 and DA. RGB value is (171,20,218). Sum of RGB (Red+Green+Blue) = 171+20+218=409 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.81% from 409); Green value is 20 (8.20% from 255 or 4.89% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #AB14DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB14DA is #54EB25. Grayscale: #575757. Windows color (decimal): -5565222 or 14292139. OLE color: 14292139.

HSL color Cylindrical-coordinate representation of color #AB14DA: hue angle of 285.76º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AB14DA is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 20 218 -
CMYK 0.22 0.91 0 0.15
HSL 285.76º 0.83% 0.47% -
HSV(B) 285.76º 0.91% 0.85% -
XYZ 29.7 14.22 67.51 -
YUV 87.72 201.53 187.4 -
System Red Green Blue C M Y K H S L
Decimal 171 20 218 0.22 0.91 0 0.15 285.76 0.83 0.47
Hex AB 14 DA 16 5B 0 F 11E 53 2F
Octal 253 24 332 26 133 0 17 436 123 57
Binary 10101011 10100 11011010 10110 1011011 0 1111 100011110 1010011 101111

Color Harmonies of #AB14DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB14DA

Black with #AB14DA

Text Example


Text Example

White with #AB14DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB14DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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