Html Css Color HEX #AD0ADA Dark Violet

📋 copy color: '#AD0ADA'

red 173 ◦ green 10 ◦ blue 218

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

Shades of Dark Violet #AD0ADA

Tints of Dark Violet #AD0ADA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.49%

 BLUE value IS 218 (85.55% from 255) = 54.36%

R = 43.14%
G = 2.49%
B = 54.36%

CMYK

 C value IS 0.21

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD0ADA (or 0xAD0ADA) is known color: Dark Violet. HEX triplet: AD, 0A and DA. RGB value is (173,10,218). Sum of RGB (Red+Green+Blue) = 173+10+218=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 10 (4.30% from 255 or 2.49% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD0ADA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AD0ADA is #52F525. Grayscale: #515151. Windows color (decimal): -5436710 or 14289581. OLE color: 14289581.

HSL color Cylindrical-coordinate representation of color #AD0ADA: hue angle of 287.02º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AD0ADA is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 10 218 -
CMYK 0.21 0.95 0 0.15
HSL 287.02º 0.91% 0.45% -
HSV(B) 287.02º 0.95% 0.85% -
XYZ 30 14.16 67.48 -
YUV 82.45 204.5 192.59 -
System Red Green Blue C M Y K H S L
Decimal 173 10 218 0.21 0.95 0 0.15 287.02 0.91 0.45
Hex AD A DA 15 5F 0 F 11F 5B 2D
Octal 255 12 332 25 137 0 17 437 133 55
Binary 10101101 1010 11011010 10101 1011111 0 1111 100011111 1011011 101101

Color Harmonies of #AD0ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD0ADA

Black with #AD0ADA

Text Example


Text Example

White with #AD0ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD0ADA; }

 p { color: rgb(173,10,218); }

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

background-color css

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

 a { background-color: rgb(173,10,218); }

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

border-color css

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

 span { border-color: rgb(173,10,218); }

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