#A957E4

Color #A957E4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #A957E4

Tints of Medium Orchid #A957E4

Color information

#A957E4 (or 0xA957E4) is unknown color: approx Medium Orchid. HEX triplet: A9, 57 and E4. RGB value is (169,87,228). Sum of RGB (Red+Green+Blue) = 169+87+228=484 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.92% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 228 (89.45% from 255 or 47.11% from 484); Max value from RGB is 228 - color contains mainly: blue. Hex color #A957E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A957E4 is #56A81B. Grayscale: #7F7F7F. Windows color (decimal): -5679132 or 14964649. OLE color: 14964649.

HSL color Cylindrical-coordinate representation of color #A957E4: hue angle of 274.89º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A957E4 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16987228-
CMYK0.260.6200.11
HSL274.89º72.31%61.76%-
HSV(B)274.89º61.84%89.41%-
XYZ33.7720.8575.64-
YUV127.59184.67157.54-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 34.92%
GREEN value IS 87 (34.38% from 255) = 17.98%
BLUE value IS 228 (89.45% from 255) = 47.11%
R=34.92%
G=17.98%
B=47.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal169872280.260.6200.11274.8972.3161.76
HexA957E41A3E0B113483e
Octal251127344327601342311076
Binary1010100110101111110010011010111110010111000100111001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A957E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A957E4; }

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

 H1.HeaderClassName
 {
   color: #A957E4;
 }
 .AnyTagClassName
 {
   color: #A957E4;
 }
</style>
background-color css

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

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

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

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

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

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