Html Css Color HEX #AD2DE1 Dark Orchid

📋 copy color: '#AD2DE1'

red 173 ◦ green 45 ◦ blue 225

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

Shades of Dark Orchid #AD2DE1

Tints of Dark Orchid #AD2DE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 50.79%

R = 39.05%
G = 10.16%
B = 50.79%

CMYK

 C value IS 0.23

 M value IS 0.8

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#AD2DE1 (or 0xAD2DE1) is known color: Dark Orchid. HEX triplet: AD, 2D and E1. RGB value is (173,45,225). Sum of RGB (Red+Green+Blue) = 173+45+225=443 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.05% from 443); Green value is 45 (17.97% from 255 or 10.16% from 443); Blue value is 225 (88.28% from 255 or 50.79% from 443); Max value from RGB is 225 - color contains mainly: blue. Hex color #AD2DE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DE1 is #52D21E. Grayscale: #676767. Windows color (decimal): -5427743 or 14757293. OLE color: 14757293.

HSL color Cylindrical-coordinate representation of color #AD2DE1: hue angle of 282.67º degrees, saturation: 0.75, 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 #AD2DE1 is Cyan = 0.23, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 173 45 225 -
CMYK 0.23 0.8 0 0.12
HSL 282.67º 0.75% 0.53% -
HSV(B) 282.67º 0.8% 0.88% -
XYZ 31.76 16.2 72.69 -
YUV 103.79 196.41 177.36 -
System Red Green Blue C M Y K H S L
Decimal 173 45 225 0.23 0.8 0 0.12 282.67 0.75 0.53
Hex AD 2D E1 17 50 0 C 11B 4B 35
Octal 255 55 341 27 120 0 14 433 113 65
Binary 10101101 101101 11100001 10111 1010000 0 1100 100011011 1001011 110101

Color Harmonies of #AD2DE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DE1

Black with #AD2DE1

Text Example


Text Example

White with #AD2DE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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