Html Css Color HEX #AD07DF Dark Violet

📋 copy color: '#AD07DF'

red 173 ◦ green 7 ◦ blue 223

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

Shades of Dark Violet #AD07DF

Tints of Dark Violet #AD07DF

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.74%

 BLUE value IS 223 (87.5% from 255) = 55.33%

R = 42.93%
G = 1.74%
B = 55.33%

CMYK

 C value IS 0.22

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD07DF (or 0xAD07DF) is known color: Dark Violet. HEX triplet: AD, 07 and DF. RGB value is (173,7,223). Sum of RGB (Red+Green+Blue) = 173+7+223=403 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.93% from 403); Green value is 7 (3.12% from 255 or 1.74% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #AD07DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD07DF is #52F820. Grayscale: #505050. Windows color (decimal): -5437473 or 14616493. OLE color: 14616493.

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

Color convert

RGB 173 7 223 -
CMYK 0.22 0.97 0 0.13
HSL 286.11º 0.94% 0.45% -
HSV(B) 286.11º 0.97% 0.87% -
XYZ 30.63 14.36 70.97 -
YUV 81.26 208 193.44 -
System Red Green Blue C M Y K H S L
Decimal 173 7 223 0.22 0.97 0 0.13 286.11 0.94 0.45
Hex AD 7 DF 16 61 0 D 11E 5E 2D
Octal 255 7 337 26 141 0 15 436 136 55
Binary 10101101 111 11011111 10110 1100001 0 1101 100011110 1011110 101101

Color Harmonies of #AD07DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD07DF

Black with #AD07DF

Text Example


Text Example

White with #AD07DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD07DF; }

 p { color: rgb(173,7,223); }

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

background-color css

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

 a { background-color: rgb(173,7,223); }

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

border-color css

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

 span { border-color: rgb(173,7,223); }

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