Html Css Color HEX #A950C9 Medium Orchid

📋 copy color: '#A950C9'

red 169 ◦ green 80 ◦ blue 201

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

Shades of Medium Orchid #A950C9

Tints of Medium Orchid #A950C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 44.67%

R = 37.56%
G = 17.78%
B = 44.67%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A950C9 (or 0xA950C9) is known color: Medium Orchid. HEX triplet: A9, 50 and C9. RGB value is (169,80,201). Sum of RGB (Red+Green+Blue) = 169+80+201=450 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.56% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #A950C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A950C9 is #56AF36. Grayscale: #787878. Windows color (decimal): -5680951 or 13193385. OLE color: 13193385.

HSL color Cylindrical-coordinate representation of color #A950C9: hue angle of 284.13º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A950C9 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 169 80 201 -
CMYK 0.16 0.60 0 0.21
HSL 284.13º 0.53% 0.55% -
HSV(B) 284.13º 0.6% 0.79% -
XYZ 29.77 18.39 57.24 -
YUV 120.41 173.49 162.66 -
System Red Green Blue C M Y K H S L
Decimal 169 80 201 0.16 0.60 0 0.21 284.13 0.53 0.55
Hex A9 50 C9 10 3C 0 15 11C 35 37
Octal 251 120 311 20 74 0 25 434 65 67
Binary 10101001 1010000 11001001 10000 111100 0 10101 100011100 110101 110111

Color Harmonies of #A950C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A950C9

Black with #A950C9

Text Example


Text Example

White with #A950C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A950C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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