Html Css Color HEX #AD03DD Dark Violet

📋 copy color: '#AD03DD'

red 173 ◦ green 3 ◦ blue 221

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

Shades of Dark Violet #AD03DD

Tints of Dark Violet #AD03DD

RGB

 RED value IS 173 (67.97% from 255) = 43.58%

 GREEN value IS 3 (1.56% from 255) = 0.76%

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

R = 43.58%
G = 0.76%
B = 55.67%

CMYK

 C value IS 0.22

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD03DD (or 0xAD03DD) is known color: Dark Violet. HEX triplet: AD, 03 and DD. RGB value is (173,3,221). Sum of RGB (Red+Green+Blue) = 173+3+221=397 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.58% from 397); Green value is 3 (1.56% from 255 or 0.76% from 397); Blue value is 221 (86.72% from 255 or 55.67% from 397); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD03DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03DD is #52FC22. Grayscale: #4D4D4D. Windows color (decimal): -5438499 or 14484397. OLE color: 14484397.

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

Color convert

RGB 173 3 221 -
CMYK 0.22 0.99 0 0.13
HSL 286.79º 0.97% 0.44% -
HSV(B) 286.79º 0.99% 0.87% -
XYZ 30.32 14.17 69.54 -
YUV 78.68 208.32 195.27 -
System Red Green Blue C M Y K H S L
Decimal 173 3 221 0.22 0.99 0 0.13 286.79 0.97 0.44
Hex AD 3 DD 16 63 0 D 11F 61 2C
Octal 255 3 335 26 143 0 15 437 141 54
Binary 10101101 11 11011101 10110 1100011 0 1101 100011111 1100001 101100

Color Harmonies of #AD03DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD03DD

Black with #AD03DD

Text Example


Text Example

White with #AD03DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD03DD; }

 p { color: rgb(173,3,221); }

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

background-color css

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

 a { background-color: rgb(173,3,221); }

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

border-color css

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

 span { border-color: rgb(173,3,221); }

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