Html Css Color HEX #A953EE Medium Orchid

📋 copy color: '#A953EE'

red 169 ◦ green 83 ◦ blue 238

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

Shades of Medium Orchid #A953EE

Tints of Medium Orchid #A953EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.57%

R = 34.49%
G = 16.94%
B = 48.57%

CMYK

 C value IS 0.29

 M value IS 0.65

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A953EE (or 0xA953EE) is known color: Medium Orchid. HEX triplet: A9, 53 and EE. RGB value is (169,83,238). Sum of RGB (Red+Green+Blue) = 169+83+238=490 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.49% from 490); Green value is 83 (32.81% from 255 or 16.94% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #A953EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A953EE is #56AC11. Grayscale: #7D7D7D. Windows color (decimal): -5680146 or 15618985. OLE color: 15618985.

HSL color Cylindrical-coordinate representation of color #A953EE: hue angle of 273.29º degrees, saturation: 0.82, 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 #A953EE is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 83 238 -
CMYK 0.29 0.65 0 0.07
HSL 273.29º 0.82% 0.63% -
HSV(B) 273.29º 0.65% 0.93% -
XYZ 34.89 20.79 83.06 -
YUV 126.38 190.99 158.4 -
System Red Green Blue C M Y K H S L
Decimal 169 83 238 0.29 0.65 0 0.07 273.29 0.82 0.63
Hex A9 53 EE 1D 41 0 7 111 52 3F
Octal 251 123 356 35 101 0 7 421 122 77
Binary 10101001 1010011 11101110 11101 1000001 0 111 100010001 1010010 111111

Color Harmonies of #A953EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953EE

Black with #A953EE

Text Example


Text Example

White with #A953EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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