Html Css Color HEX #AD2CDA Dark Orchid

📋 copy color: '#AD2CDA'

red 173 ◦ green 44 ◦ blue 218

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

Shades of Dark Orchid #AD2CDA

Tints of Dark Orchid #AD2CDA

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.11%

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

R = 39.77%
G = 10.11%
B = 50.11%

CMYK

 C value IS 0.21

 M value IS 0.80

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AD2CDA (or 0xAD2CDA) is known color: Dark Orchid. HEX triplet: AD, 2C and DA. RGB value is (173,44,218). Sum of RGB (Red+Green+Blue) = 173+44+218=435 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.77% from 435); Green value is 44 (17.58% from 255 or 10.11% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #AD2CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2CDA is #52D325. Grayscale: #656565. Windows color (decimal): -5428006 or 14298285. OLE color: 14298285.

HSL color Cylindrical-coordinate representation of color #AD2CDA: hue angle of 284.48º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2CDA is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 44 218 -
CMYK 0.21 0.80 0 0.15
HSL 284.48º 0.7% 0.51% -
HSV(B) 284.48º 0.8% 0.85% -
XYZ 30.79 15.75 67.75 -
YUV 102.41 193.24 178.35 -
System Red Green Blue C M Y K H S L
Decimal 173 44 218 0.21 0.80 0 0.15 284.48 0.7 0.51
Hex AD 2C DA 15 50 0 F 11C 46 33
Octal 255 54 332 25 120 0 17 434 106 63
Binary 10101101 101100 11011010 10101 1010000 0 1111 100011100 1000110 110011

Color Harmonies of #AD2CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2CDA

Black with #AD2CDA

Text Example


Text Example

White with #AD2CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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