Html Css Color HEX #A957E5 Medium Orchid

📋 copy color: '#A957E5'

red 169 ◦ green 87 ◦ blue 229

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

Shades of Medium Orchid #A957E5

Tints of Medium Orchid #A957E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 47.22%

R = 34.85%
G = 17.94%
B = 47.22%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#A957E5 (or 0xA957E5) is known color: Medium Orchid. HEX triplet: A9, 57 and E5. RGB value is (169,87,229). Sum of RGB (Red+Green+Blue) = 169+87+229=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #A957E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A957E5 is #56A81A. Grayscale: #7F7F7F. Windows color (decimal): -5679131 or 15030185. OLE color: 15030185.

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

Color convert

RGB 169 87 229 -
CMYK 0.26 0.62 0 0.10
HSL 274.65º 0.73% 0.62% -
HSV(B) 274.65º 0.62% 0.9% -
XYZ 33.91 20.91 76.38 -
YUV 127.71 185.17 157.45 -
System Red Green Blue C M Y K H S L
Decimal 169 87 229 0.26 0.62 0 0.10 274.65 0.73 0.62
Hex A9 57 E5 1A 3E 0 A 113 49 3E
Octal 251 127 345 32 76 0 12 423 111 76
Binary 10101001 1010111 11100101 11010 111110 0 1010 100010011 1001001 111110

Color Harmonies of #A957E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A957E5

Black with #A957E5

Text Example


Text Example

White with #A957E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A957E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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