Html Css Color HEX #A950DD Medium Orchid

📋 copy color: '#A950DD'

red 169 ◦ green 80 ◦ blue 221

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

Shades of Medium Orchid #A950DD

Tints of Medium Orchid #A950DD

RGB

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

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

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

R = 35.96%
G = 17.02%
B = 47.02%

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

#A950DD (or 0xA950DD) is known color: Medium Orchid. HEX triplet: A9, 50 and DD. RGB value is (169,80,221). Sum of RGB (Red+Green+Blue) = 169+80+221=470 (62% of max value = 765). Red value is 169 (66.41% from 255 or 35.96% from 470); Green value is 80 (31.64% from 255 or 17.02% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #A950DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A950DD is #56AF22. Grayscale: #7A7A7A. Windows color (decimal): -5680931 or 14504105. OLE color: 14504105.

HSL color Cylindrical-coordinate representation of color #A950DD: hue angle of 277.87º degrees, saturation: 0.67, 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 #A950DD is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 169 80 221 -
CMYK 0.24 0.64 0 0.13
HSL 277.87º 0.67% 0.59% -
HSV(B) 277.87º 0.64% 0.87% -
XYZ 32.28 19.39 70.45 -
YUV 122.69 183.49 161.04 -
System Red Green Blue C M Y K H S L
Decimal 169 80 221 0.24 0.64 0 0.13 277.87 0.67 0.59
Hex A9 50 DD 18 40 0 D 116 43 3B
Octal 251 120 335 30 100 0 15 426 103 73
Binary 10101001 1010000 11011101 11000 1000000 0 1101 100010110 1000011 111011

Color Harmonies of #A950DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A950DD

Black with #A950DD

Text Example


Text Example

White with #A950DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A950DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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