Html Css Color HEX #AB00DD Dark Violet

📋 copy color: '#AB00DD'

red 171 ◦ green 0 ◦ blue 221

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

Shades of Dark Violet #AB00DD

Tints of Dark Violet #AB00DD

RGB

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

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

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

R = 43.62%
G = 0%
B = 56.38%

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

#AB00DD (or 0xAB00DD) is known color: Dark Violet. HEX triplet: AB, 00 and DD. RGB value is (171,0,221). Sum of RGB (Red+Green+Blue) = 171+0+221=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 0 (0.39% from 255 or 0% from 392); Blue value is 221 (86.72% from 255 or 56.38% from 392); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB00DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB00DD is #54FF22. Grayscale: #4B4B4B. Windows color (decimal): -5570339 or 14483627. OLE color: 14483627.

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

Color convert

RGB 171 0 221 -
CMYK 0.23 1 0 0.13
HSL 286.43º 1% 0.43% -
HSV(B) 286.43º 1% 0.87% -
XYZ 29.85 13.88 69.51 -
YUV 76.32 209.65 195.53 -
System Red Green Blue C M Y K H S L
Decimal 171 0 221 0.23 1 0 0.13 286.43 1 0.43
Hex AB 0 DD 17 64 0 D 11E 64 2B
Octal 253 0 335 27 144 0 15 436 144 53
Binary 10101011 0 11011101 10111 1100100 0 1101 100011110 1100100 101011

Color Harmonies of #AB00DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB00DD

Black with #AB00DD

Text Example


Text Example

White with #AB00DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB00DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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