Html Css Color HEX #AD1ADA Dark Orchid

📋 copy color: '#AD1ADA'

red 173 ◦ green 26 ◦ blue 218

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

Shades of Dark Orchid #AD1ADA

Tints of Dark Orchid #AD1ADA

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.24%

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

R = 41.49%
G = 6.24%
B = 52.28%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD1ADA (or 0xAD1ADA) is known color: Dark Orchid. HEX triplet: AD, 1A and DA. RGB value is (173,26,218). Sum of RGB (Red+Green+Blue) = 173+26+218=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 218 (85.55% from 255 or 52.28% from 417); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD1ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD1ADA is #52E525. Grayscale: #5B5B5B. Windows color (decimal): -5432614 or 14293677. OLE color: 14293677.

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

Color convert

RGB 173 26 218 -
CMYK 0.21 0.88 0 0.15
HSL 285.94º 0.79% 0.48% -
HSV(B) 285.94º 0.88% 0.85% -
XYZ 30.26 14.68 67.57 -
YUV 91.84 199.2 185.89 -
System Red Green Blue C M Y K H S L
Decimal 173 26 218 0.21 0.88 0 0.15 285.94 0.79 0.48
Hex AD 1A DA 15 58 0 F 11E 4F 30
Octal 255 32 332 25 130 0 17 436 117 60
Binary 10101101 11010 11011010 10101 1011000 0 1111 100011110 1001111 110000

Color Harmonies of #AD1ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1ADA

Black with #AD1ADA

Text Example


Text Example

White with #AD1ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1ADA; }

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

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

background-color css

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

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

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

border-color css

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

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

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