Html Css Color HEX #AB0ED3 Dark Violet

📋 copy color: '#AB0ED3'

red 171 ◦ green 14 ◦ blue 211

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

Shades of Dark Violet #AB0ED3

Tints of Dark Violet #AB0ED3

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.54%

 BLUE value IS 211 (82.81% from 255) = 53.28%

R = 43.18%
G = 3.54%
B = 53.28%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#AB0ED3 (or 0xAB0ED3) is known color: Dark Violet. HEX triplet: AB, 0E and D3. RGB value is (171,14,211). Sum of RGB (Red+Green+Blue) = 171+14+211=396 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.18% from 396); Green value is 14 (5.86% from 255 or 3.54% from 396); Blue value is 211 (82.81% from 255 or 53.28% from 396); Max value from RGB is 211 - color contains mainly: blue. Hex color #AB0ED3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB0ED3 is #54F12C. Grayscale: #525252. Windows color (decimal): -5566765 or 13831851. OLE color: 13831851.

HSL color Cylindrical-coordinate representation of color #AB0ED3: hue angle of 287.82º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AB0ED3 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 14 211 -
CMYK 0.19 0.93 0 0.17
HSL 287.82º 0.88% 0.44% -
HSV(B) 287.82º 0.93% 0.83% -
XYZ 28.71 13.68 62.75 -
YUV 83.4 200.01 190.48 -
System Red Green Blue C M Y K H S L
Decimal 171 14 211 0.19 0.93 0 0.17 287.82 0.88 0.44
Hex AB E D3 13 5D 0 11 120 58 2C
Octal 253 16 323 23 135 0 21 440 130 54
Binary 10101011 1110 11010011 10011 1011101 0 10001 100100000 1011000 101100

Color Harmonies of #AB0ED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB0ED3

Black with #AB0ED3

Text Example


Text Example

White with #AB0ED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB0ED3; }

 p { color: rgb(171,14,211); }

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

background-color css

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

 a { background-color: rgb(171,14,211); }

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

border-color css

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

 span { border-color: rgb(171,14,211); }

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