Html Css Color HEX #AD56E8 Medium Orchid

📋 copy color: '#AD56E8'

red 173 ◦ green 86 ◦ blue 232

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

Shades of Medium Orchid #AD56E8

Tints of Medium Orchid #AD56E8

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.52%

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

R = 35.23%
G = 17.52%
B = 47.25%

CMYK

 C value IS 0.25

 M value IS 0.63

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AD56E8 (or 0xAD56E8) is known color: Medium Orchid. HEX triplet: AD, 56 and E8. RGB value is (173,86,232). Sum of RGB (Red+Green+Blue) = 173+86+232=491 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.23% from 491); Green value is 86 (33.98% from 255 or 17.52% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD56E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD56E8 is #52A917. Grayscale: #808080. Windows color (decimal): -5417240 or 15226541. OLE color: 15226541.

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

Color convert

RGB 173 86 232 -
CMYK 0.25 0.63 0 0.09
HSL 275.75º 0.76% 0.62% -
HSV(B) 275.75º 0.63% 0.91% -
XYZ 35.13 21.37 78.62 -
YUV 128.66 186.32 159.63 -
System Red Green Blue C M Y K H S L
Decimal 173 86 232 0.25 0.63 0 0.09 275.75 0.76 0.62
Hex AD 56 E8 19 3F 0 9 114 4C 3E
Octal 255 126 350 31 77 0 11 424 114 76
Binary 10101101 1010110 11101000 11001 111111 0 1001 100010100 1001100 111110

Color Harmonies of #AD56E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD56E8

Black with #AD56E8

Text Example


Text Example

White with #AD56E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD56E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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