Html Css Color HEX #AD07DD Dark Violet

📋 copy color: '#AD07DD'

red 173 ◦ green 7 ◦ blue 221

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

Shades of Dark Violet #AD07DD

Tints of Dark Violet #AD07DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 55.11%

R = 43.14%
G = 1.75%
B = 55.11%

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

#AD07DD (or 0xAD07DD) is known color: Dark Violet. HEX triplet: AD, 07 and DD. RGB value is (173,7,221). Sum of RGB (Red+Green+Blue) = 173+7+221=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #AD07DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD07DD is #52F822. Grayscale: #505050. Windows color (decimal): -5437475 or 14485421. OLE color: 14485421.

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

Color convert

RGB 173 7 221 -
CMYK 0.22 0.97 0 0.13
HSL 286.54º 0.94% 0.45% -
HSV(B) 286.54º 0.97% 0.87% -
XYZ 30.36 14.26 69.56 -
YUV 81.03 207 193.6 -
System Red Green Blue C M Y K H S L
Decimal 173 7 221 0.22 0.97 0 0.13 286.54 0.94 0.45
Hex AD 7 DD 16 61 0 D 11F 5E 2D
Octal 255 7 335 26 141 0 15 437 136 55
Binary 10101101 111 11011101 10110 1100001 0 1101 100011111 1011110 101101

Color Harmonies of #AD07DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD07DD

Black with #AD07DD

Text Example


Text Example

White with #AD07DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD07DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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