Html Css Color HEX #AD28E8 Dark Orchid

📋 copy color: '#AD28E8'

red 173 ◦ green 40 ◦ blue 232

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

Shades of Dark Orchid #AD28E8

Tints of Dark Orchid #AD28E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 52.13%

R = 38.88%
G = 8.99%
B = 52.13%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD28E8 (or 0xAD28E8) is known color: Dark Orchid. HEX triplet: AD, 28 and E8. RGB value is (173,40,232). Sum of RGB (Red+Green+Blue) = 173+40+232=445 (58% of max value = 765). Red value is 173 (67.97% from 255 or 38.88% from 445); Green value is 40 (16.02% from 255 or 8.99% from 445); Blue value is 232 (91.02% from 255 or 52.13% from 445); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD28E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AD28E8 is #52D717. Grayscale: #656565. Windows color (decimal): -5429016 or 15214765. OLE color: 15214765.

HSL color Cylindrical-coordinate representation of color #AD28E8: hue angle of 281.56º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AD28E8 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 173 40 232 -
CMYK 0.25 0.83 0 0.09
HSL 281.56º 0.81% 0.53% -
HSV(B) 281.56º 0.83% 0.91% -
XYZ 32.56 16.23 77.76 -
YUV 101.66 201.56 178.89 -
System Red Green Blue C M Y K H S L
Decimal 173 40 232 0.25 0.83 0 0.09 281.56 0.81 0.53
Hex AD 28 E8 19 53 0 9 11A 51 35
Octal 255 50 350 31 123 0 11 432 121 65
Binary 10101101 101000 11101000 11001 1010011 0 1001 100011010 1010001 110101

Color Harmonies of #AD28E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD28E8

Black with #AD28E8

Text Example


Text Example

White with #AD28E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD28E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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