Html Css Color HEX #AB01DF Dark Violet

📋 copy color: '#AB01DF'

red 171 ◦ green 1 ◦ blue 223

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

Shades of Dark Violet #AB01DF

Tints of Dark Violet #AB01DF

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.25%

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

R = 43.29%
G = 0.25%
B = 56.46%

CMYK

 C value IS 0.23

 M value IS 1.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB01DF (or 0xAB01DF) is known color: Dark Violet. HEX triplet: AB, 01 and DF. RGB value is (171,1,223). Sum of RGB (Red+Green+Blue) = 171+1+223=395 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.29% from 395); Green value is 1 (0.78% from 255 or 0.25% from 395); Blue value is 223 (87.5% from 255 or 56.46% from 395); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB01DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01DF is #54FE20. Grayscale: #4C4C4C. Windows color (decimal): -5570081 or 14614955. OLE color: 14614955.

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

Color convert

RGB 171 1 223 -
CMYK 0.23 1.00 0 0.13
HSL 285.95º 0.99% 0.44% -
HSV(B) 285.95º 1% 0.87% -
XYZ 30.12 14.01 70.93 -
YUV 77.14 210.32 194.95 -
System Red Green Blue C M Y K H S L
Decimal 171 1 223 0.23 1.00 0 0.13 285.95 0.99 0.44
Hex AB 1 DF 17 64 0 D 11E 63 2C
Octal 253 1 337 27 144 0 15 436 143 54
Binary 10101011 1 11011111 10111 1100100 0 1101 100011110 1100011 101100

Color Harmonies of #AB01DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB01DF

Black with #AB01DF

Text Example


Text Example

White with #AB01DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB01DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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