Html Css Color HEX #AD28AD Dark Orchid

📋 copy color: '#AD28AD'

red 173 ◦ green 40 ◦ blue 173

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

Shades of Dark Orchid #AD28AD

Tints of Dark Orchid #AD28AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 44.82%

R = 44.82%
G = 10.36%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#AD28AD (or 0xAD28AD) is known color: Dark Orchid. HEX triplet: AD, 28 and AD. RGB value is (173,40,173). Sum of RGB (Red+Green+Blue) = 173+40+173=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 40 (16.02% from 255 or 10.36% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: red, blue. Hex color #AD28AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AD28AD is #52D752. Grayscale: #5E5E5E. Windows color (decimal): -5429075 or 11348141. OLE color: 11348141.

HSL color Cylindrical-coordinate representation of color #AD28AD: hue angle of 300º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AD28AD is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 40 173 -
CMYK 0 0.77 0 0.32
HSL 300º 0.62% 0.42% -
HSV(B) 300º 0.77% 0.68% -
XYZ 25.54 13.42 40.78 -
YUV 94.93 172.06 183.69 -
System Red Green Blue C M Y K H S L
Decimal 173 40 173 0 0.77 0 0.32 300 0.62 0.42
Hex AD 28 AD 0 4D 0 20 12C 3E 2A
Octal 255 50 255 0 115 0 40 454 76 52
Binary 10101101 101000 10101101 0 1001101 0 100000 100101100 111110 101010

Color Harmonies of #AD28AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD28AD

Black with #AD28AD

Text Example


Text Example

White with #AD28AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD28AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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