Html Css Color HEX #AD2DCA Dark Orchid

📋 copy color: '#AD2DCA'

red 173 ◦ green 45 ◦ blue 202

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

Shades of Dark Orchid #AD2DCA

Tints of Dark Orchid #AD2DCA

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.71%

 BLUE value IS 202 (79.3% from 255) = 48.1%

R = 41.19%
G = 10.71%
B = 48.1%

CMYK

 C value IS 0.14

 M value IS 0.78

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD2DCA (or 0xAD2DCA) is known color: Dark Orchid. HEX triplet: AD, 2D and CA. RGB value is (173,45,202). Sum of RGB (Red+Green+Blue) = 173+45+202=420 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.19% from 420); Green value is 45 (17.97% from 255 or 10.71% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD2DCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DCA is #52D235. Grayscale: #646464. Windows color (decimal): -5427766 or 13249965. OLE color: 13249965.

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

Color convert

RGB 173 45 202 -
CMYK 0.14 0.78 0 0.21
HSL 288.92º 0.64% 0.48% -
HSV(B) 288.92º 0.78% 0.79% -
XYZ 28.83 15.03 57.26 -
YUV 101.17 184.91 179.23 -
System Red Green Blue C M Y K H S L
Decimal 173 45 202 0.14 0.78 0 0.21 288.92 0.64 0.48
Hex AD 2D CA E 4E 0 15 121 40 30
Octal 255 55 312 16 116 0 25 441 100 60
Binary 10101101 101101 11001010 1110 1001110 0 10101 100100001 1000000 110000

Color Harmonies of #AD2DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DCA

Black with #AD2DCA

Text Example


Text Example

White with #AD2DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DCA; }

 p { color: rgb(173,45,202); }

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

background-color css

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

 a { background-color: rgb(173,45,202); }

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

border-color css

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

 span { border-color: rgb(173,45,202); }

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