Html Css Color HEX #AB10D1 Dark Violet

📋 copy color: '#AB10D1'

red 171 ◦ green 16 ◦ blue 209

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

Shades of Dark Violet #AB10D1

Tints of Dark Violet #AB10D1

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.04%

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

R = 43.18%
G = 4.04%
B = 52.78%

CMYK

 C value IS 0.18

 M value IS 0.92

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#AB10D1 (or 0xAB10D1) is known color: Dark Violet. HEX triplet: AB, 10 and D1. RGB value is (171,16,209). Sum of RGB (Red+Green+Blue) = 171+16+209=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 16 (6.64% from 255 or 4.04% from 396); Blue value is 209 (82.03% from 255 or 52.78% from 396); Max value from RGB is 209 - color contains mainly: blue. Hex color #AB10D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB10D1 is #54EF2E. Grayscale: #535353. Windows color (decimal): -5566255 or 13701291. OLE color: 13701291.

HSL color Cylindrical-coordinate representation of color #AB10D1: hue angle of 288.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AB10D1 is Cyan = 0.18, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 16 209 -
CMYK 0.18 0.92 0 0.18
HSL 288.19º 0.86% 0.44% -
HSV(B) 288.19º 0.92% 0.82% -
XYZ 28.49 13.63 61.45 -
YUV 84.35 198.35 189.81 -
System Red Green Blue C M Y K H S L
Decimal 171 16 209 0.18 0.92 0 0.18 288.19 0.86 0.44
Hex AB 10 D1 12 5C 0 12 120 56 2C
Octal 253 20 321 22 134 0 22 440 126 54
Binary 10101011 10000 11010001 10010 1011100 0 10010 100100000 1010110 101100

Color Harmonies of #AB10D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB10D1

Black with #AB10D1

Text Example


Text Example

White with #AB10D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB10D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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