Html Css Color HEX #AD0FD5 Dark Violet

📋 copy color: '#AD0FD5'

red 173 ◦ green 15 ◦ blue 213

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

Shades of Dark Violet #AD0FD5

Tints of Dark Violet #AD0FD5

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.74%

 BLUE value IS 213 (83.59% from 255) = 53.12%

R = 43.14%
G = 3.74%
B = 53.12%

CMYK

 C value IS 0.19

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD0FD5 (or 0xAD0FD5) is known color: Dark Violet. HEX triplet: AD, 0F and D5. RGB value is (173,15,213). Sum of RGB (Red+Green+Blue) = 173+15+213=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 15 (6.25% from 255 or 3.74% from 401); Blue value is 213 (83.59% from 255 or 53.12% from 401); Max value from RGB is 213 - color contains mainly: blue. Hex color #AD0FD5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0FD5 is #52F02A. Grayscale: #545454. Windows color (decimal): -5435435 or 13963181. OLE color: 13963181.

HSL color Cylindrical-coordinate representation of color #AD0FD5: hue angle of 287.88º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AD0FD5 is Cyan = 0.19, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 15 213 -
CMYK 0.19 0.93 0 0.16
HSL 287.88º 0.87% 0.45% -
HSV(B) 287.88º 0.93% 0.84% -
XYZ 29.41 14.03 64.11 -
YUV 84.81 200.35 190.9 -
System Red Green Blue C M Y K H S L
Decimal 173 15 213 0.19 0.93 0 0.16 287.88 0.87 0.45
Hex AD F D5 13 5D 0 10 120 57 2D
Octal 255 17 325 23 135 0 20 440 127 55
Binary 10101101 1111 11010101 10011 1011101 0 10000 100100000 1010111 101101

Color Harmonies of #AD0FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0FD5

Black with #AD0FD5

Text Example


Text Example

White with #AD0FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0FD5; }

 p { color: rgb(173,15,213); }

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

background-color css

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

 a { background-color: rgb(173,15,213); }

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

border-color css

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

 span { border-color: rgb(173,15,213); }

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