Html Css Color HEX #A953DD Medium Orchid

📋 copy color: '#A953DD'

red 169 ◦ green 83 ◦ blue 221

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

Shades of Medium Orchid #A953DD

Tints of Medium Orchid #A953DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 46.72%

R = 35.73%
G = 17.55%
B = 46.72%

CMYK

 C value IS 0.24

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A953DD (or 0xA953DD) is known color: Medium Orchid. HEX triplet: A9, 53 and DD. RGB value is (169,83,221). Sum of RGB (Red+Green+Blue) = 169+83+221=473 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.73% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #A953DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953DD is #56AC22. Grayscale: #7B7B7B. Windows color (decimal): -5680163 or 14504873. OLE color: 14504873.

HSL color Cylindrical-coordinate representation of color #A953DD: hue angle of 277.39º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A953DD is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 83 221 -
CMYK 0.24 0.62 0 0.13
HSL 277.39º 0.67% 0.6% -
HSV(B) 277.39º 0.62% 0.87% -
XYZ 32.51 19.84 70.52 -
YUV 124.45 182.49 159.78 -
System Red Green Blue C M Y K H S L
Decimal 169 83 221 0.24 0.62 0 0.13 277.39 0.67 0.6
Hex A9 53 DD 18 3E 0 D 115 43 3C
Octal 251 123 335 30 76 0 15 425 103 74
Binary 10101001 1010011 11011101 11000 111110 0 1101 100010101 1000011 111100

Color Harmonies of #A953DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953DD

Black with #A953DD

Text Example


Text Example

White with #A953DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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