Html Css Color HEX #A953DC Medium Orchid

📋 copy color: '#A953DC'

red 169 ◦ green 83 ◦ blue 220

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

Shades of Medium Orchid #A953DC

Tints of Medium Orchid #A953DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 46.61%

R = 35.81%
G = 17.58%
B = 46.61%

CMYK

 C value IS 0.23

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A953DC (or 0xA953DC) is known color: Medium Orchid. HEX triplet: A9, 53 and DC. RGB value is (169,83,220). Sum of RGB (Red+Green+Blue) = 169+83+220=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 83 (32.81% from 255 or 17.58% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #A953DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A953DC is #56AC23. Grayscale: #7B7B7B. Windows color (decimal): -5680164 or 14439337. OLE color: 14439337.

HSL color Cylindrical-coordinate representation of color #A953DC: hue angle of 277.66º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A953DC is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 169 83 220 -
CMYK 0.23 0.62 0 0.14
HSL 277.66º 0.66% 0.59% -
HSV(B) 277.66º 0.62% 0.86% -
XYZ 32.37 19.79 69.82 -
YUV 124.33 181.99 159.86 -
System Red Green Blue C M Y K H S L
Decimal 169 83 220 0.23 0.62 0 0.14 277.66 0.66 0.59
Hex A9 53 DC 17 3E 0 E 116 42 3B
Octal 251 123 334 27 76 0 16 426 102 73
Binary 10101001 1010011 11011100 10111 111110 0 1110 100010110 1000010 111011

Color Harmonies of #A953DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A953DC

Black with #A953DC

Text Example


Text Example

White with #A953DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A953DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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