Html Css Color HEX #A953EC Medium Orchid

📋 copy color: '#A953EC'

red 169 ◦ green 83 ◦ blue 236

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

Shades of Medium Orchid #A953EC

Tints of Medium Orchid #A953EC

RGB

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

 GREEN value IS 83 (32.81% from 255) = 17.01%

 BLUE value IS 236 (92.58% from 255) = 48.36%

R = 34.63%
G = 17.01%
B = 48.36%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A953EC (or 0xA953EC) is known color: Medium Orchid. HEX triplet: A9, 53 and EC. RGB value is (169,83,236). Sum of RGB (Red+Green+Blue) = 169+83+236=488 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.63% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 236 (92.58% from 255 or 48.36% from 488); Max value from RGB is 236 - color contains mainly: blue. Hex color #A953EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A953EC is #56AC13. Grayscale: #7D7D7D. Windows color (decimal): -5680148 or 15487913. OLE color: 15487913.

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

Color convert

RGB 169 83 236 -
CMYK 0.28 0.65 0 0.07
HSL 273.73º 0.8% 0.63% -
HSV(B) 273.73º 0.65% 0.93% -
XYZ 34.6 20.68 81.52 -
YUV 126.16 189.99 158.56 -
System Red Green Blue C M Y K H S L
Decimal 169 83 236 0.28 0.65 0 0.07 273.73 0.8 0.63
Hex A9 53 EC 1C 41 0 7 112 50 3F
Octal 251 123 354 34 101 0 7 422 120 77
Binary 10101001 1010011 11101100 11100 1000001 0 111 100010010 1010000 111111

Color Harmonies of #A953EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953EC

Black with #A953EC

Text Example


Text Example

White with #A953EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953EC; }

 p { color: rgb(169,83,236); }

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

background-color css

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

 a { background-color: rgb(169,83,236); }

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

border-color css

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

 span { border-color: rgb(169,83,236); }

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