Html Css Color HEX #AD2DE0 Dark Orchid

📋 copy color: '#AD2DE0'

red 173 ◦ green 45 ◦ blue 224

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

Shades of Dark Orchid #AD2DE0

Tints of Dark Orchid #AD2DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.68%

R = 39.14%
G = 10.18%
B = 50.68%

CMYK

 C value IS 0.23

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD2DE0 (or 0xAD2DE0) is known color: Dark Orchid. HEX triplet: AD, 2D and E0. RGB value is (173,45,224). Sum of RGB (Red+Green+Blue) = 173+45+224=442 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.14% from 442); Green value is 45 (17.97% from 255 or 10.18% from 442); Blue value is 224 (87.89% from 255 or 50.68% from 442); Max value from RGB is 224 - color contains mainly: blue. Hex color #AD2DE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DE0 is #52D21F. Grayscale: #676767. Windows color (decimal): -5427744 or 14691757. OLE color: 14691757.

HSL color Cylindrical-coordinate representation of color #AD2DE0: hue angle of 282.91º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2DE0 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 45 224 -
CMYK 0.23 0.80 0 0.12
HSL 282.91º 0.74% 0.53% -
HSV(B) 282.91º 0.8% 0.88% -
XYZ 31.63 16.14 71.97 -
YUV 103.68 195.91 177.45 -
System Red Green Blue C M Y K H S L
Decimal 173 45 224 0.23 0.80 0 0.12 282.91 0.74 0.53
Hex AD 2D E0 17 50 0 C 11B 4A 35
Octal 255 55 340 27 120 0 14 433 112 65
Binary 10101101 101101 11100000 10111 1010000 0 1100 100011011 1001010 110101

Color Harmonies of #AD2DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DE0

Black with #AD2DE0

Text Example


Text Example

White with #AD2DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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