Html Css Color HEX #AD28CE Dark Orchid

📋 copy color: '#AD28CE'

red 173 ◦ green 40 ◦ blue 206

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

Shades of Dark Orchid #AD28CE

Tints of Dark Orchid #AD28CE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 9.55%

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

R = 41.29%
G = 9.55%
B = 49.16%

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

#AD28CE (or 0xAD28CE) is known color: Dark Orchid. HEX triplet: AD, 28 and CE. RGB value is (173,40,206). Sum of RGB (Red+Green+Blue) = 173+40+206=419 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.29% from 419); Green value is 40 (16.02% from 255 or 9.55% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #AD28CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AD28CE is #52D731. Grayscale: #626262. Windows color (decimal): -5429042 or 13510829. OLE color: 13510829.

HSL color Cylindrical-coordinate representation of color #AD28CE: hue angle of 288.07º degrees, saturation: 0.67, 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 #AD28CE is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 40 206 -
CMYK 0.16 0.81 0 0.19
HSL 288.07º 0.67% 0.48% -
HSV(B) 288.07º 0.81% 0.81% -
XYZ 29.13 14.86 59.72 -
YUV 98.69 188.56 181 -
System Red Green Blue C M Y K H S L
Decimal 173 40 206 0.16 0.81 0 0.19 288.07 0.67 0.48
Hex AD 28 CE 10 51 0 13 120 43 30
Octal 255 50 316 20 121 0 23 440 103 60
Binary 10101101 101000 11001110 10000 1010001 0 10011 100100000 1000011 110000

Color Harmonies of #AD28CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD28CE

Black with #AD28CE

Text Example


Text Example

White with #AD28CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD28CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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