Html Css Color HEX #A953D8 Medium Orchid

📋 copy color: '#A953D8'

red 169 ◦ green 83 ◦ blue 216

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

Shades of Medium Orchid #A953D8

Tints of Medium Orchid #A953D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.15%

R = 36.11%
G = 17.74%
B = 46.15%

CMYK

 C value IS 0.22

 M value IS 0.62

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A953D8 (or 0xA953D8) is known color: Medium Orchid. HEX triplet: A9, 53 and D8. RGB value is (169,83,216). Sum of RGB (Red+Green+Blue) = 169+83+216=468 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.11% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #A953D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953D8 is #56AC27. Grayscale: #7B7B7B. Windows color (decimal): -5680168 or 14177193. OLE color: 14177193.

HSL color Cylindrical-coordinate representation of color #A953D8: hue angle of 278.8º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A953D8 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 169 83 216 -
CMYK 0.22 0.62 0 0.15
HSL 278.8º 0.63% 0.59% -
HSV(B) 278.8º 0.62% 0.85% -
XYZ 31.85 19.58 67.07 -
YUV 123.88 179.99 160.19 -
System Red Green Blue C M Y K H S L
Decimal 169 83 216 0.22 0.62 0 0.15 278.8 0.63 0.59
Hex A9 53 D8 16 3E 0 F 117 3F 3B
Octal 251 123 330 26 76 0 17 427 77 73
Binary 10101001 1010011 11011000 10110 111110 0 1111 100010111 111111 111011

Color Harmonies of #A953D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953D8

Black with #A953D8

Text Example


Text Example

White with #A953D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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