Html Css Color HEX #AB01DD Dark Violet

📋 copy color: '#AB01DD'

red 171 ◦ green 1 ◦ blue 221

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

Shades of Dark Violet #AB01DD

Tints of Dark Violet #AB01DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 56.23%

R = 43.51%
G = 0.25%
B = 56.23%

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

#AB01DD (or 0xAB01DD) is known color: Dark Violet. HEX triplet: AB, 01 and DD. RGB value is (171,1,221). Sum of RGB (Red+Green+Blue) = 171+1+221=393 (52% of max value = 765). Red value is 171 (67.19% from 255 or 43.51% from 393); Green value is 1 (0.78% from 255 or 0.25% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB01DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB01DD is #54FE22. Grayscale: #4C4C4C. Windows color (decimal): -5570083 or 14483883. OLE color: 14483883.

HSL color Cylindrical-coordinate representation of color #AB01DD: hue angle of 286.36º 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 #AB01DD is Cyan = 0.23, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 1 221 -
CMYK 0.23 1.00 0 0.13
HSL 286.36º 0.99% 0.44% -
HSV(B) 286.36º 1% 0.87% -
XYZ 29.86 13.9 69.52 -
YUV 76.91 209.32 195.11 -
System Red Green Blue C M Y K H S L
Decimal 171 1 221 0.23 1.00 0 0.13 286.36 0.99 0.44
Hex AB 1 DD 17 64 0 D 11E 63 2C
Octal 253 1 335 27 144 0 15 436 143 54
Binary 10101011 1 11011101 10111 1100100 0 1101 100011110 1100011 101100

Color Harmonies of #AB01DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB01DD

Black with #AB01DD

Text Example


Text Example

White with #AB01DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB01DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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