Html Css Color HEX #AB00DF Dark Violet

📋 copy color: '#AB00DF'

red 171 ◦ green 0 ◦ blue 223

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

Shades of Dark Violet #AB00DF

Tints of Dark Violet #AB00DF

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 223 (87.5% from 255) = 56.6%

R = 43.4%
G = 0%
B = 56.6%

CMYK

 C value IS 0.23

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB00DF (or 0xAB00DF) is known color: Dark Violet. HEX triplet: AB, 00 and DF. RGB value is (171,0,223). Sum of RGB (Red+Green+Blue) = 171+0+223=394 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.40% from 394); Green value is 0 (0.39% from 255 or 0% from 394); Blue value is 223 (87.5% from 255 or 56.60% from 394); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB00DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB00DF is #54FF20. Grayscale: #4B4B4B. Windows color (decimal): -5570337 or 14614699. OLE color: 14614699.

HSL color Cylindrical-coordinate representation of color #AB00DF: hue angle of 286.01º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AB00DF is Cyan = 0.23, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 0 223 -
CMYK 0.23 1 0 0.13
HSL 286.01º 1% 0.44% -
HSV(B) 286.01º 1% 0.87% -
XYZ 30.11 13.99 70.92 -
YUV 76.55 210.65 195.37 -
System Red Green Blue C M Y K H S L
Decimal 171 0 223 0.23 1 0 0.13 286.01 1 0.44
Hex AB 0 DF 17 64 0 D 11E 64 2C
Octal 253 0 337 27 144 0 15 436 144 54
Binary 10101011 0 11011111 10111 1100100 0 1101 100011110 1100100 101100

Color Harmonies of #AB00DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB00DF

Black with #AB00DF

Text Example


Text Example

White with #AB00DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB00DF; }

 p { color: rgb(171,0,223); }

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

background-color css

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

 a { background-color: rgb(171,0,223); }

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

border-color css

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

 span { border-color: rgb(171,0,223); }

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