Html Css Color HEX #AD27DE Dark Orchid

📋 copy color: '#AD27DE'

red 173 ◦ green 39 ◦ blue 222

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

Shades of Dark Orchid #AD27DE

Tints of Dark Orchid #AD27DE

RGB

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

 GREEN value IS 39 (15.63% from 255) = 8.99%

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

R = 39.86%
G = 8.99%
B = 51.15%

CMYK

 C value IS 0.22

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AD27DE (or 0xAD27DE) is known color: Dark Orchid. HEX triplet: AD, 27 and DE. RGB value is (173,39,222). Sum of RGB (Red+Green+Blue) = 173+39+222=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #AD27DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD27DE is #52D821. Grayscale: #636363. Windows color (decimal): -5429282 or 14559149. OLE color: 14559149.

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

Color convert

RGB 173 39 222 -
CMYK 0.22 0.82 0 0.13
HSL 283.93º 0.73% 0.51% -
HSV(B) 283.93º 0.82% 0.87% -
XYZ 31.14 15.61 70.48 -
YUV 99.93 196.89 180.12 -
System Red Green Blue C M Y K H S L
Decimal 173 39 222 0.22 0.82 0 0.13 283.93 0.73 0.51
Hex AD 27 DE 16 52 0 D 11C 49 33
Octal 255 47 336 26 122 0 15 434 111 63
Binary 10101101 100111 11011110 10110 1010010 0 1101 100011100 1001001 110011

Color Harmonies of #AD27DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD27DE

Black with #AD27DE

Text Example


Text Example

White with #AD27DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD27DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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