Html Css Color HEX #A957DD Medium Orchid

📋 copy color: '#A957DD'

red 169 ◦ green 87 ◦ blue 221

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

Shades of Medium Orchid #A957DD

Tints of Medium Orchid #A957DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.33%

R = 35.43%
G = 18.24%
B = 46.33%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A957DD (or 0xA957DD) is known color: Medium Orchid. HEX triplet: A9, 57 and DD. RGB value is (169,87,221). Sum of RGB (Red+Green+Blue) = 169+87+221=477 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.43% from 477); Green value is 87 (34.38% from 255 or 18.24% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #A957DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A957DD is #56A822. Grayscale: #7E7E7E. Windows color (decimal): -5679139 or 14505897. OLE color: 14505897.

HSL color Cylindrical-coordinate representation of color #A957DD: hue angle of 276.72º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A957DD is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 87 221 -
CMYK 0.24 0.61 0 0.13
HSL 276.72º 0.66% 0.6% -
HSV(B) 276.72º 0.61% 0.87% -
XYZ 32.82 20.47 70.63 -
YUV 126.79 181.17 158.1 -
System Red Green Blue C M Y K H S L
Decimal 169 87 221 0.24 0.61 0 0.13 276.72 0.66 0.6
Hex A9 57 DD 18 3D 0 D 115 42 3C
Octal 251 127 335 30 75 0 15 425 102 74
Binary 10101001 1010111 11011101 11000 111101 0 1101 100010101 1000010 111100

Color Harmonies of #A957DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A957DD

Black with #A957DD

Text Example


Text Example

White with #A957DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A957DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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