Html Css Color HEX #AD0FD7 Dark Violet

📋 copy color: '#AD0FD7'

red 173 ◦ green 15 ◦ blue 215

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

Shades of Dark Violet #AD0FD7

Tints of Dark Violet #AD0FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 53.35%

R = 42.93%
G = 3.72%
B = 53.35%

CMYK

 C value IS 0.20

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#AD0FD7 (or 0xAD0FD7) is known color: Dark Violet. HEX triplet: AD, 0F and D7. RGB value is (173,15,215). Sum of RGB (Red+Green+Blue) = 173+15+215=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 15 (6.25% from 255 or 3.72% from 403); Blue value is 215 (84.38% from 255 or 53.35% from 403); Max value from RGB is 215 - color contains mainly: blue. Hex color #AD0FD7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0FD7 is #52F028. Grayscale: #545454. Windows color (decimal): -5435433 or 14094253. OLE color: 14094253.

HSL color Cylindrical-coordinate representation of color #AD0FD7: hue angle of 287.4º 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 #AD0FD7 is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 15 215 -
CMYK 0.20 0.93 0 0.16
HSL 287.4º 0.87% 0.45% -
HSV(B) 287.4º 0.93% 0.84% -
XYZ 29.67 14.13 65.45 -
YUV 85.04 201.35 190.74 -
System Red Green Blue C M Y K H S L
Decimal 173 15 215 0.20 0.93 0 0.16 287.4 0.87 0.45
Hex AD F D7 14 5D 0 10 11F 57 2D
Octal 255 17 327 24 135 0 20 437 127 55
Binary 10101101 1111 11010111 10100 1011101 0 10000 100011111 1010111 101101

Color Harmonies of #AD0FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0FD7

Black with #AD0FD7

Text Example


Text Example

White with #AD0FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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