Html Css Color HEX #AD07CD Dark Violet

📋 copy color: '#AD07CD'

red 173 ◦ green 7 ◦ blue 205

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

Shades of Dark Violet #AD07CD

Tints of Dark Violet #AD07CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 53.25%

R = 44.94%
G = 1.82%
B = 53.25%

CMYK

 C value IS 0.16

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AD07CD (or 0xAD07CD) is known color: Dark Violet. HEX triplet: AD, 07 and CD. RGB value is (173,7,205). Sum of RGB (Red+Green+Blue) = 173+7+205=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 7 (3.12% from 255 or 1.82% from 385); Blue value is 205 (80.47% from 255 or 53.25% from 385); Max value from RGB is 205 - color contains mainly: blue. Hex color #AD07CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD07CD is #52F832. Grayscale: #4E4E4E. Windows color (decimal): -5437491 or 13436845. OLE color: 13436845.

HSL color Cylindrical-coordinate representation of color #AD07CD: hue angle of 290.3º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AD07CD is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 7 205 -
CMYK 0.16 0.97 0 0.20
HSL 290.3º 0.93% 0.42% -
HSV(B) 290.3º 0.97% 0.8% -
XYZ 28.33 13.44 58.86 -
YUV 79.21 199 194.9 -
System Red Green Blue C M Y K H S L
Decimal 173 7 205 0.16 0.97 0 0.20 290.3 0.93 0.42
Hex AD 7 CD 10 61 0 14 122 5D 2A
Octal 255 7 315 20 141 0 24 442 135 52
Binary 10101101 111 11001101 10000 1100001 0 10100 100100010 1011101 101010

Color Harmonies of #AD07CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD07CD

Black with #AD07CD

Text Example


Text Example

White with #AD07CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD07CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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