Html Css Color HEX #A953EA Medium Orchid

📋 copy color: '#A953EA'

red 169 ◦ green 83 ◦ blue 234

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

Shades of Medium Orchid #A953EA

Tints of Medium Orchid #A953EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.15%

R = 34.77%
G = 17.08%
B = 48.15%

CMYK

 C value IS 0.28

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A953EA (or 0xA953EA) is known color: Medium Orchid. HEX triplet: A9, 53 and EA. RGB value is (169,83,234). Sum of RGB (Red+Green+Blue) = 169+83+234=486 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.77% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 234 (91.80% from 255 or 48.15% from 486); Max value from RGB is 234 - color contains mainly: blue. Hex color #A953EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A953EA is #56AC15. Grayscale: #7D7D7D. Windows color (decimal): -5680150 or 15356841. OLE color: 15356841.

HSL color Cylindrical-coordinate representation of color #A953EA: hue angle of 274.17º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A953EA is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 169 83 234 -
CMYK 0.28 0.65 0 0.08
HSL 274.17º 0.78% 0.62% -
HSV(B) 274.17º 0.65% 0.92% -
XYZ 34.31 20.56 80 -
YUV 125.93 188.99 158.72 -
System Red Green Blue C M Y K H S L
Decimal 169 83 234 0.28 0.65 0 0.08 274.17 0.78 0.62
Hex A9 53 EA 1C 41 0 8 112 4E 3E
Octal 251 123 352 34 101 0 10 422 116 76
Binary 10101001 1010011 11101010 11100 1000001 0 1000 100010010 1001110 111110

Color Harmonies of #A953EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953EA

Black with #A953EA

Text Example


Text Example

White with #A953EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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