Html Css Color HEX #AD07DC Dark Violet

📋 copy color: '#AD07DC'

red 173 ◦ green 7 ◦ blue 220

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

Shades of Dark Violet #AD07DC

Tints of Dark Violet #AD07DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55%

R = 43.25%
G = 1.75%
B = 55%

CMYK

 C value IS 0.21

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD07DC (or 0xAD07DC) is known color: Dark Violet. HEX triplet: AD, 07 and DC. RGB value is (173,7,220). Sum of RGB (Red+Green+Blue) = 173+7+220=400 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.25% from 400); Green value is 7 (3.12% from 255 or 1.75% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD07DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD07DC is #52F823. Grayscale: #505050. Windows color (decimal): -5437476 or 14419885. OLE color: 14419885.

HSL color Cylindrical-coordinate representation of color #AD07DC: hue angle of 286.76º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD07DC is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 7 220 -
CMYK 0.21 0.97 0 0.14
HSL 286.76º 0.94% 0.45% -
HSV(B) 286.76º 0.97% 0.86% -
XYZ 30.23 14.2 68.86 -
YUV 80.92 206.5 193.68 -
System Red Green Blue C M Y K H S L
Decimal 173 7 220 0.21 0.97 0 0.14 286.76 0.94 0.45
Hex AD 7 DC 15 61 0 E 11F 5E 2D
Octal 255 7 334 25 141 0 16 437 136 55
Binary 10101101 111 11011100 10101 1100001 0 1110 100011111 1011110 101101

Color Harmonies of #AD07DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD07DC

Black with #AD07DC

Text Example


Text Example

White with #AD07DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD07DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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