Html Css Color HEX #AB06DD Dark Violet

📋 copy color: '#AB06DD'

red 171 ◦ green 6 ◦ blue 221

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

Shades of Dark Violet #AB06DD

Tints of Dark Violet #AB06DD

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.51%

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

R = 42.96%
G = 1.51%
B = 55.53%

CMYK

 C value IS 0.23

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AB06DD (or 0xAB06DD) is known color: Dark Violet. HEX triplet: AB, 06 and DD. RGB value is (171,6,221). Sum of RGB (Red+Green+Blue) = 171+6+221=398 (52% of max value = 765). Red value is 171 (67.19% from 255 or 42.96% from 398); Green value is 6 (2.73% from 255 or 1.51% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB06DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB06DD is #54F922. Grayscale: #4F4F4F. Windows color (decimal): -5568803 or 14485163. OLE color: 14485163.

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

Color convert

RGB 171 6 221 -
CMYK 0.23 0.97 0 0.13
HSL 286.05º 0.95% 0.45% -
HSV(B) 286.05º 0.97% 0.87% -
XYZ 29.91 14.01 69.53 -
YUV 79.85 207.66 193.02 -
System Red Green Blue C M Y K H S L
Decimal 171 6 221 0.23 0.97 0 0.13 286.05 0.95 0.45
Hex AB 6 DD 17 61 0 D 11E 5F 2D
Octal 253 6 335 27 141 0 15 436 137 55
Binary 10101011 110 11011101 10111 1100001 0 1101 100011110 1011111 101101

Color Harmonies of #AB06DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB06DD

Black with #AB06DD

Text Example


Text Example

White with #AB06DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB06DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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