Html Css Color HEX #A953E7 Medium Orchid

📋 copy color: '#A953E7'

red 169 ◦ green 83 ◦ blue 231

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

Shades of Medium Orchid #A953E7

Tints of Medium Orchid #A953E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 47.83%

R = 34.99%
G = 17.18%
B = 47.83%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#A953E7 (or 0xA953E7) is known color: Medium Orchid. HEX triplet: A9, 53 and E7. RGB value is (169,83,231). Sum of RGB (Red+Green+Blue) = 169+83+231=483 (63% of max value = 765). Red value is 169 (66.41% from 255 or 34.99% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 231 (90.62% from 255 or 47.83% from 483); Max value from RGB is 231 - color contains mainly: blue. Hex color #A953E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A953E7 is #56AC18. Grayscale: #7D7D7D. Windows color (decimal): -5680153 or 15160233. OLE color: 15160233.

HSL color Cylindrical-coordinate representation of color #A953E7: hue angle of 274.86º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A953E7 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 169 83 231 -
CMYK 0.27 0.64 0 0.09
HSL 274.86º 0.76% 0.62% -
HSV(B) 274.86º 0.64% 0.91% -
XYZ 33.88 20.39 77.75 -
YUV 125.59 187.49 158.97 -
System Red Green Blue C M Y K H S L
Decimal 169 83 231 0.27 0.64 0 0.09 274.86 0.76 0.62
Hex A9 53 E7 1B 40 0 9 113 4C 3E
Octal 251 123 347 33 100 0 11 423 114 76
Binary 10101001 1010011 11100111 11011 1000000 0 1001 100010011 1001100 111110

Color Harmonies of #A953E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953E7

Black with #A953E7

Text Example


Text Example

White with #A953E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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