Html Css Color HEX #AD27CE Dark Orchid

📋 copy color: '#AD27CE'

red 173 ◦ green 39 ◦ blue 206

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

Shades of Dark Orchid #AD27CE

Tints of Dark Orchid #AD27CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 41.39%
G = 9.33%
B = 49.28%

CMYK

 C value IS 0.16

 M value IS 0.81

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#AD27CE (or 0xAD27CE) is known color: Dark Orchid. HEX triplet: AD, 27 and CE. RGB value is (173,39,206). Sum of RGB (Red+Green+Blue) = 173+39+206=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 39 (15.62% from 255 or 9.33% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD27CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD27CE is #52D831. Grayscale: #616161. Windows color (decimal): -5429298 or 13510573. OLE color: 13510573.

HSL color Cylindrical-coordinate representation of color #AD27CE: hue angle of 288.14º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AD27CE is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 39 206 -
CMYK 0.16 0.81 0 0.19
HSL 288.14º 0.68% 0.48% -
HSV(B) 288.14º 0.81% 0.81% -
XYZ 29.1 14.79 59.71 -
YUV 98.1 188.89 181.42 -
System Red Green Blue C M Y K H S L
Decimal 173 39 206 0.16 0.81 0 0.19 288.14 0.68 0.48
Hex AD 27 CE 10 51 0 13 120 44 30
Octal 255 47 316 20 121 0 23 440 104 60
Binary 10101101 100111 11001110 10000 1010001 0 10011 100100000 1000100 110000

Color Harmonies of #AD27CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD27CE

Black with #AD27CE

Text Example


Text Example

White with #AD27CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD27CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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