Html Css Color HEX #A957ED Medium Orchid

📋 copy color: '#A957ED'

red 169 ◦ green 87 ◦ blue 237

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

Shades of Medium Orchid #A957ED

Tints of Medium Orchid #A957ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.07%

R = 34.28%
G = 17.65%
B = 48.07%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A957ED (or 0xA957ED) is known color: Medium Orchid. HEX triplet: A9, 57 and ED. RGB value is (169,87,237). Sum of RGB (Red+Green+Blue) = 169+87+237=493 (65% of max value = 765). Red value is 169 (66.41% from 255 or 34.28% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #A957ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A957ED is #56A812. Grayscale: #808080. Windows color (decimal): -5679123 or 15554473. OLE color: 15554473.

HSL color Cylindrical-coordinate representation of color #A957ED: hue angle of 272.8º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A957ED is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 87 237 -
CMYK 0.29 0.63 0 0.07
HSL 272.8º 0.81% 0.64% -
HSV(B) 272.8º 0.63% 0.93% -
XYZ 35.06 21.37 82.4 -
YUV 128.62 189.17 156.8 -
System Red Green Blue C M Y K H S L
Decimal 169 87 237 0.29 0.63 0 0.07 272.8 0.81 0.64
Hex A9 57 ED 1D 3F 0 7 111 51 40
Octal 251 127 355 35 77 0 7 421 121 100
Binary 10101001 1010111 11101101 11101 111111 0 111 100010001 1010001 1000000

Color Harmonies of #A957ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A957ED

Black with #A957ED

Text Example


Text Example

White with #A957ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A957ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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