Html Css Color HEX #A957CA Medium Orchid

📋 copy color: '#A957CA'

red 169 ◦ green 87 ◦ blue 202

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

Shades of Medium Orchid #A957CA

Tints of Medium Orchid #A957CA

RGB

 RED value IS 169 (66.41% from 255) = 36.9%

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

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

R = 36.9%
G = 19%
B = 44.1%

CMYK

 C value IS 0.16

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A957CA (or 0xA957CA) is known color: Medium Orchid. HEX triplet: A9, 57 and CA. RGB value is (169,87,202). Sum of RGB (Red+Green+Blue) = 169+87+202=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 87 (34.38% from 255 or 19.00% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #A957CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A957CA is #56A835. Grayscale: #7C7C7C. Windows color (decimal): -5679158 or 13260713. OLE color: 13260713.

HSL color Cylindrical-coordinate representation of color #A957CA: hue angle of 282.78º 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 #A957CA is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 87 202 -
CMYK 0.16 0.57 0 0.21
HSL 282.78º 0.52% 0.57% -
HSV(B) 282.78º 0.57% 0.79% -
XYZ 30.43 19.52 58.04 -
YUV 124.63 171.67 159.65 -
System Red Green Blue C M Y K H S L
Decimal 169 87 202 0.16 0.57 0 0.21 282.78 0.52 0.57
Hex A9 57 CA 10 39 0 15 11B 34 39
Octal 251 127 312 20 71 0 25 433 64 71
Binary 10101001 1010111 11001010 10000 111001 0 10101 100011011 110100 111001

Color Harmonies of #A957CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A957CA

Black with #A957CA

Text Example


Text Example

White with #A957CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A957CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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