Html Css Color HEX #AD55EA Medium Orchid

📋 copy color: '#AD55EA'

red 173 ◦ green 85 ◦ blue 234

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

Shades of Medium Orchid #AD55EA

Tints of Medium Orchid #AD55EA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 17.28%

 BLUE value IS 234 (91.8% from 255) = 47.56%

R = 35.16%
G = 17.28%
B = 47.56%

CMYK

 C value IS 0.26

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD55EA (or 0xAD55EA) is known color: Medium Orchid. HEX triplet: AD, 55 and EA. RGB value is (173,85,234). Sum of RGB (Red+Green+Blue) = 173+85+234=492 (65% of max value = 765). Red value is 173 (67.97% from 255 or 35.16% from 492); Green value is 85 (33.59% from 255 or 17.28% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD55EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD55EA is #52AA15. Grayscale: #7F7F7F. Windows color (decimal): -5417494 or 15357357. OLE color: 15357357.

HSL color Cylindrical-coordinate representation of color #AD55EA: hue angle of 275.44º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AD55EA is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 173 85 234 -
CMYK 0.26 0.64 0 0.08
HSL 275.44º 0.78% 0.63% -
HSV(B) 275.44º 0.64% 0.92% -
XYZ 35.33 21.32 80.1 -
YUV 128.3 187.65 159.88 -
System Red Green Blue C M Y K H S L
Decimal 173 85 234 0.26 0.64 0 0.08 275.44 0.78 0.63
Hex AD 55 EA 1A 40 0 8 113 4E 3F
Octal 255 125 352 32 100 0 10 423 116 77
Binary 10101101 1010101 11101010 11010 1000000 0 1000 100010011 1001110 111111

Color Harmonies of #AD55EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD55EA

Black with #AD55EA

Text Example


Text Example

White with #AD55EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD55EA; }

 p { color: rgb(173,85,234); }

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

background-color css

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

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

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

border-color css

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

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

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