Html Css Color HEX #AB14D1 Dark Violet

📋 copy color: '#AB14D1'

red 171 ◦ green 20 ◦ blue 209

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

Shades of Dark Violet #AB14D1

Tints of Dark Violet #AB14D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 52.25%

R = 42.75%
G = 5%
B = 52.25%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB14D1 (or 0xAB14D1) is known color: Dark Violet. HEX triplet: AB, 14 and D1. RGB value is (171,20,209). Sum of RGB (Red+Green+Blue) = 171+20+209=400 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.75% from 400); Green value is 20 (8.20% from 255 or 5% from 400); Blue value is 209 (82.03% from 255 or 52.25% from 400); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB14D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB14D1 is #54EB2E. Grayscale: #565656. Windows color (decimal): -5565231 or 13702315. OLE color: 13702315.

HSL color Cylindrical-coordinate representation of color #AB14D1: hue angle of 287.94º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AB14D1 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 20 209 -
CMYK 0.18 0.90 0 0.18
HSL 287.94º 0.83% 0.45% -
HSV(B) 287.94º 0.9% 0.82% -
XYZ 28.55 13.76 61.47 -
YUV 86.7 197.03 188.13 -
System Red Green Blue C M Y K H S L
Decimal 171 20 209 0.18 0.90 0 0.18 287.94 0.83 0.45
Hex AB 14 D1 12 5A 0 12 120 53 2D
Octal 253 24 321 22 132 0 22 440 123 55
Binary 10101011 10100 11010001 10010 1011010 0 10010 100100000 1010011 101101

Color Harmonies of #AB14D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB14D1

Black with #AB14D1

Text Example


Text Example

White with #AB14D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB14D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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