Html Css Color HEX #A950C8 Medium Orchid

📋 copy color: '#A950C8'

red 169 ◦ green 80 ◦ blue 200

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

Shades of Medium Orchid #A950C8

Tints of Medium Orchid #A950C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.54%

R = 37.64%
G = 17.82%
B = 44.54%

CMYK

 C value IS 0.16

 M value IS 0.6

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A950C8 (or 0xA950C8) is known color: Medium Orchid. HEX triplet: A9, 50 and C8. RGB value is (169,80,200). Sum of RGB (Red+Green+Blue) = 169+80+200=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 80 (31.64% from 255 or 17.82% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 200 - color contains mainly: blue. Hex color #A950C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A950C8 is #56AF37. Grayscale: #777777. Windows color (decimal): -5680952 or 13127849. OLE color: 13127849.

HSL color Cylindrical-coordinate representation of color #A950C8: hue angle of 284.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A950C8 is Cyan = 0.16, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 169 80 200 -
CMYK 0.16 0.6 0 0.22
HSL 284.5º 0.52% 0.55% -
HSV(B) 284.5º 0.6% 0.78% -
XYZ 29.66 18.34 56.62 -
YUV 120.29 172.99 162.74 -
System Red Green Blue C M Y K H S L
Decimal 169 80 200 0.16 0.6 0 0.22 284.5 0.52 0.55
Hex A9 50 C8 10 3C 0 16 11C 34 37
Octal 251 120 310 20 74 0 26 434 64 67
Binary 10101001 1010000 11001000 10000 111100 0 10110 100011100 110100 110111

Color Harmonies of #A950C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A950C8

Black with #A950C8

Text Example


Text Example

White with #A950C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A950C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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