Html Css Color HEX #A953CA Medium Orchid

📋 copy color: '#A953CA'

red 169 ◦ green 83 ◦ blue 202

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

Shades of Medium Orchid #A953CA

Tints of Medium Orchid #A953CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 44.49%

R = 37.22%
G = 18.28%
B = 44.49%

CMYK

 C value IS 0.16

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A953CA (or 0xA953CA) is known color: Medium Orchid. HEX triplet: A9, 53 and CA. RGB value is (169,83,202). Sum of RGB (Red+Green+Blue) = 169+83+202=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #A953CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953CA is #56AC35. Grayscale: #797979. Windows color (decimal): -5680182 or 13259689. OLE color: 13259689.

HSL color Cylindrical-coordinate representation of color #A953CA: hue angle of 283.36º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A953CA is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 83 202 -
CMYK 0.16 0.59 0 0.21
HSL 283.36º 0.53% 0.56% -
HSV(B) 283.36º 0.59% 0.79% -
XYZ 30.12 18.89 57.94 -
YUV 122.28 172.99 161.32 -
System Red Green Blue C M Y K H S L
Decimal 169 83 202 0.16 0.59 0 0.21 283.36 0.53 0.56
Hex A9 53 CA 10 3B 0 15 11B 35 38
Octal 251 123 312 20 73 0 25 433 65 70
Binary 10101001 1010011 11001010 10000 111011 0 10101 100011011 110101 111000

Color Harmonies of #A953CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953CA

Black with #A953CA

Text Example


Text Example

White with #A953CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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