Html Css Color HEX #AD03DE Dark Violet

📋 copy color: '#AD03DE'

red 173 ◦ green 3 ◦ blue 222

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

Shades of Dark Violet #AD03DE

Tints of Dark Violet #AD03DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.78%

R = 43.47%
G = 0.75%
B = 55.78%

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

#AD03DE (or 0xAD03DE) is known color: Dark Violet. HEX triplet: AD, 03 and DE. RGB value is (173,3,222). Sum of RGB (Red+Green+Blue) = 173+3+222=398 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.47% from 398); Green value is 3 (1.56% from 255 or 0.75% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD03DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD03DE is #52FC21. Grayscale: #4E4E4E. Windows color (decimal): -5438498 or 14549933. OLE color: 14549933.

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

Color convert

RGB 173 3 222 -
CMYK 0.22 0.99 0 0.13
HSL 286.58º 0.97% 0.44% -
HSV(B) 286.58º 0.99% 0.87% -
XYZ 30.45 14.22 70.25 -
YUV 78.8 208.82 195.19 -
System Red Green Blue C M Y K H S L
Decimal 173 3 222 0.22 0.99 0 0.13 286.58 0.97 0.44
Hex AD 3 DE 16 63 0 D 11F 61 2C
Octal 255 3 336 26 143 0 15 437 141 54
Binary 10101101 11 11011110 10110 1100011 0 1101 100011111 1100001 101100

Color Harmonies of #AD03DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD03DE

Black with #AD03DE

Text Example


Text Example

White with #AD03DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD03DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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