Html Css Color HEX #AD27DC Dark Orchid

📋 copy color: '#AD27DC'

red 173 ◦ green 39 ◦ blue 220

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

Shades of Dark Orchid #AD27DC

Tints of Dark Orchid #AD27DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.93%

R = 40.05%
G = 9.03%
B = 50.93%

CMYK

 C value IS 0.21

 M value IS 0.82

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#AD27DC (or 0xAD27DC) is known color: Dark Orchid. HEX triplet: AD, 27 and DC. RGB value is (173,39,220). Sum of RGB (Red+Green+Blue) = 173+39+220=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 220 (86.33% from 255 or 50.93% from 432); Max value from RGB is 220 - color contains mainly: blue. Hex color #AD27DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD27DC is #52D823. Grayscale: #636363. Windows color (decimal): -5429284 or 14428077. OLE color: 14428077.

HSL color Cylindrical-coordinate representation of color #AD27DC: hue angle of 284.42º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AD27DC is Cyan = 0.21, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 39 220 -
CMYK 0.21 0.82 0 0.14
HSL 284.42º 0.72% 0.51% -
HSV(B) 284.42º 0.82% 0.86% -
XYZ 30.88 15.5 69.08 -
YUV 99.7 195.89 180.28 -
System Red Green Blue C M Y K H S L
Decimal 173 39 220 0.21 0.82 0 0.14 284.42 0.72 0.51
Hex AD 27 DC 15 52 0 E 11C 48 33
Octal 255 47 334 25 122 0 16 434 110 63
Binary 10101101 100111 11011100 10101 1010010 0 1110 100011100 1001000 110011

Color Harmonies of #AD27DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD27DC

Black with #AD27DC

Text Example


Text Example

White with #AD27DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD27DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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