Html Css Color HEX #A957DA Medium Orchid

📋 copy color: '#A957DA'

red 169 ◦ green 87 ◦ blue 218

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

Shades of Medium Orchid #A957DA

Tints of Medium Orchid #A957DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.99%

R = 35.65%
G = 18.35%
B = 45.99%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A957DA (or 0xA957DA) is known color: Medium Orchid. HEX triplet: A9, 57 and DA. RGB value is (169,87,218). Sum of RGB (Red+Green+Blue) = 169+87+218=474 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.65% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #A957DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A957DA is #56A825. Grayscale: #7E7E7E. Windows color (decimal): -5679142 or 14309289. OLE color: 14309289.

HSL color Cylindrical-coordinate representation of color #A957DA: hue angle of 277.56º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A957DA is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 87 218 -
CMYK 0.22 0.60 0 0.15
HSL 277.56º 0.64% 0.6% -
HSV(B) 277.56º 0.6% 0.85% -
XYZ 32.43 20.31 68.54 -
YUV 126.45 179.67 158.35 -
System Red Green Blue C M Y K H S L
Decimal 169 87 218 0.22 0.60 0 0.15 277.56 0.64 0.6
Hex A9 57 DA 16 3C 0 F 116 40 3C
Octal 251 127 332 26 74 0 17 426 100 74
Binary 10101001 1010111 11011010 10110 111100 0 1111 100010110 1000000 111100

Color Harmonies of #A957DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A957DA

Black with #A957DA

Text Example


Text Example

White with #A957DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A957DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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