Html Css Color HEX #AD2DDE Dark Orchid

📋 copy color: '#AD2DDE'

red 173 ◦ green 45 ◦ blue 222

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

Shades of Dark Orchid #AD2DDE

Tints of Dark Orchid #AD2DDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 50.45%

R = 39.32%
G = 10.23%
B = 50.45%

CMYK

 C value IS 0.22

 M value IS 0.80

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD2DDE (or 0xAD2DDE) is known color: Dark Orchid. HEX triplet: AD, 2D and DE. RGB value is (173,45,222). Sum of RGB (Red+Green+Blue) = 173+45+222=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 222 (87.11% from 255 or 50.45% from 440); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD2DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD2DDE is #52D221. Grayscale: #666666. Windows color (decimal): -5427746 or 14560685. OLE color: 14560685.

HSL color Cylindrical-coordinate representation of color #AD2DDE: hue angle of 283.39º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AD2DDE is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 173 45 222 -
CMYK 0.22 0.80 0 0.13
HSL 283.39º 0.73% 0.52% -
HSV(B) 283.39º 0.8% 0.87% -
XYZ 31.36 16.03 70.55 -
YUV 103.45 194.91 177.61 -
System Red Green Blue C M Y K H S L
Decimal 173 45 222 0.22 0.80 0 0.13 283.39 0.73 0.52
Hex AD 2D DE 16 50 0 D 11B 49 34
Octal 255 55 336 26 120 0 15 433 111 64
Binary 10101101 101101 11011110 10110 1010000 0 1101 100011011 1001001 110100

Color Harmonies of #AD2DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2DDE

Black with #AD2DDE

Text Example


Text Example

White with #AD2DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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