Html Css Color HEX #AD57CA Medium Orchid

📋 copy color: '#AD57CA'

red 173 ◦ green 87 ◦ blue 202

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

Shades of Medium Orchid #AD57CA

Tints of Medium Orchid #AD57CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 43.72%

R = 37.45%
G = 18.83%
B = 43.72%

CMYK

 C value IS 0.14

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#AD57CA (or 0xAD57CA) is known color: Medium Orchid. HEX triplet: AD, 57 and CA. RGB value is (173,87,202). Sum of RGB (Red+Green+Blue) = 173+87+202=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 87 (34.38% from 255 or 18.83% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 202 - color contains mainly: blue. Hex color #AD57CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD57CA is #52A835. Grayscale: #7D7D7D. Windows color (decimal): -5417014 or 13260717. OLE color: 13260717.

HSL color Cylindrical-coordinate representation of color #AD57CA: hue angle of 284.87º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AD57CA is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 87 202 -
CMYK 0.14 0.57 0 0.21
HSL 284.87º 0.52% 0.57% -
HSV(B) 284.87º 0.57% 0.79% -
XYZ 31.3 19.96 58.08 -
YUV 125.82 170.99 161.65 -
System Red Green Blue C M Y K H S L
Decimal 173 87 202 0.14 0.57 0 0.21 284.87 0.52 0.57
Hex AD 57 CA E 39 0 15 11D 34 39
Octal 255 127 312 16 71 0 25 435 64 71
Binary 10101101 1010111 11001010 1110 111001 0 10101 100011101 110100 111001

Color Harmonies of #AD57CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD57CA

Black with #AD57CA

Text Example


Text Example

White with #AD57CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD57CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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