Html Css Color HEX #AD57EB Medium Orchid

📋 copy color: '#AD57EB'

red 173 ◦ green 87 ◦ blue 235

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

Shades of Medium Orchid #AD57EB

Tints of Medium Orchid #AD57EB

RGB

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

 GREEN value IS 87 (34.38% from 255) = 17.58%

 BLUE value IS 235 (92.19% from 255) = 47.47%

R = 34.95%
G = 17.58%
B = 47.47%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AD57EB (or 0xAD57EB) is known color: Medium Orchid. HEX triplet: AD, 57 and EB. RGB value is (173,87,235). Sum of RGB (Red+Green+Blue) = 173+87+235=495 (65% of max value = 765). Red value is 173 (67.97% from 255 or 34.95% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 235 (92.19% from 255 or 47.47% from 495); Max value from RGB is 235 - color contains mainly: blue. Hex color #AD57EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD57EB is #52A814. Grayscale: #818181. Windows color (decimal): -5416981 or 15423405. OLE color: 15423405.

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

Color convert

RGB 173 87 235 -
CMYK 0.26 0.63 0 0.08
HSL 274.86º 0.79% 0.63% -
HSV(B) 274.86º 0.63% 0.92% -
XYZ 35.64 21.7 80.91 -
YUV 129.59 187.49 158.97 -
System Red Green Blue C M Y K H S L
Decimal 173 87 235 0.26 0.63 0 0.08 274.86 0.79 0.63
Hex AD 57 EB 1A 3F 0 8 113 4F 3F
Octal 255 127 353 32 77 0 10 423 117 77
Binary 10101101 1010111 11101011 11010 111111 0 1000 100010011 1001111 111111

Color Harmonies of #AD57EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD57EB

Black with #AD57EB

Text Example


Text Example

White with #AD57EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD57EB; }

 p { color: rgb(173,87,235); }

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

background-color css

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

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

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

border-color css

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

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

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