Html Css Color HEX #A957E4 Medium Orchid

📋 copy color: '#A957E4'

red 169 ◦ green 87 ◦ blue 228

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

Shades of Medium Orchid #A957E4

Tints of Medium Orchid #A957E4

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 value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A957E4 (or 0xA957E4) is known color: 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

RGB 169 87 228 -
CMYK 0.26 0.62 0 0.11
HSL 274.89º 0.72% 0.62% -
HSV(B) 274.89º 0.62% 0.89% -
XYZ 33.77 20.85 75.64 -
YUV 127.59 184.67 157.54 -
System Red Green Blue C M Y K H S L
Decimal 169 87 228 0.26 0.62 0 0.11 274.89 0.72 0.62
Hex A9 57 E4 1A 3E 0 B 113 48 3E
Octal 251 127 344 32 76 0 13 423 110 76
Binary 10101001 1010111 11100100 11010 111110 0 1011 100010011 1001000 111110

Color Harmonies of #A957E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A957E4

Black with #A957E4

Text Example


Text Example

White with #A957E4

Text Example


Text Example

HTML Codes & Css Web 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>