Html Css Color HEX #A953DF Medium Orchid

📋 copy color: '#A953DF'

red 169 ◦ green 83 ◦ blue 223

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

Shades of Medium Orchid #A953DF

Tints of Medium Orchid #A953DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.95%

R = 35.58%
G = 17.47%
B = 46.95%

CMYK

 C value IS 0.24

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A953DF (or 0xA953DF) is known color: Medium Orchid. HEX triplet: A9, 53 and DF. RGB value is (169,83,223). Sum of RGB (Red+Green+Blue) = 169+83+223=475 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.58% from 475); Green value is 83 (32.81% from 255 or 17.47% from 475); Blue value is 223 (87.5% from 255 or 46.95% from 475); Max value from RGB is 223 - color contains mainly: blue. Hex color #A953DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953DF is #56AC20. Grayscale: #7C7C7C. Windows color (decimal): -5680161 or 14635945. OLE color: 14635945.

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

Color convert

RGB 169 83 223 -
CMYK 0.24 0.63 0 0.13
HSL 276.86º 0.69% 0.6% -
HSV(B) 276.86º 0.63% 0.87% -
XYZ 32.77 19.95 71.94 -
YUV 124.67 183.49 159.62 -
System Red Green Blue C M Y K H S L
Decimal 169 83 223 0.24 0.63 0 0.13 276.86 0.69 0.6
Hex A9 53 DF 18 3F 0 D 115 45 3C
Octal 251 123 337 30 77 0 15 425 105 74
Binary 10101001 1010011 11011111 11000 111111 0 1101 100010101 1000101 111100

Color Harmonies of #A953DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953DF

Black with #A953DF

Text Example


Text Example

White with #A953DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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