Html Css Color HEX #A950DF Medium Orchid

📋 copy color: '#A950DF'

red 169 ◦ green 80 ◦ blue 223

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

Shades of Medium Orchid #A950DF

Tints of Medium Orchid #A950DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 16.95%

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

R = 35.81%
G = 16.95%
B = 47.25%

CMYK

 C value IS 0.24

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A950DF (or 0xA950DF) is known color: Medium Orchid. HEX triplet: A9, 50 and DF. RGB value is (169,80,223). Sum of RGB (Red+Green+Blue) = 169+80+223=472 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.81% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #A950DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A950DF is #56AF20. Grayscale: #7A7A7A. Windows color (decimal): -5680929 or 14635177. OLE color: 14635177.

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

Color convert

RGB 169 80 223 -
CMYK 0.24 0.64 0 0.13
HSL 277.34º 0.69% 0.59% -
HSV(B) 277.34º 0.64% 0.87% -
XYZ 32.55 19.5 71.86 -
YUV 122.91 184.49 160.87 -
System Red Green Blue C M Y K H S L
Decimal 169 80 223 0.24 0.64 0 0.13 277.34 0.69 0.59
Hex A9 50 DF 18 40 0 D 115 45 3B
Octal 251 120 337 30 100 0 15 425 105 73
Binary 10101001 1010000 11011111 11000 1000000 0 1101 100010101 1000101 111011

Color Harmonies of #A950DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A950DF

Black with #A950DF

Text Example


Text Example

White with #A950DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A950DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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