Html Css Color HEX #A950EC Medium Orchid

📋 copy color: '#A950EC'

red 169 ◦ green 80 ◦ blue 236

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

Shades of Medium Orchid #A950EC

Tints of Medium Orchid #A950EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.66%

R = 34.85%
G = 16.49%
B = 48.66%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A950EC (or 0xA950EC) is known color: Medium Orchid. HEX triplet: A9, 50 and EC. RGB value is (169,80,236). Sum of RGB (Red+Green+Blue) = 169+80+236=485 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.85% from 485); Green value is 80 (31.64% from 255 or 16.49% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #A950EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A950EC is #56AF13. Grayscale: #7B7B7B. Windows color (decimal): -5680916 or 15487145. OLE color: 15487145.

HSL color Cylindrical-coordinate representation of color #A950EC: hue angle of 274.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A950EC is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 169 80 236 -
CMYK 0.28 0.66 0 0.07
HSL 274.23º 0.8% 0.62% -
HSV(B) 274.23º 0.66% 0.93% -
XYZ 34.37 20.23 81.45 -
YUV 124.4 190.99 159.82 -
System Red Green Blue C M Y K H S L
Decimal 169 80 236 0.28 0.66 0 0.07 274.23 0.8 0.62
Hex A9 50 EC 1C 42 0 7 112 50 3E
Octal 251 120 354 34 102 0 7 422 120 76
Binary 10101001 1010000 11101100 11100 1000010 0 111 100010010 1010000 111110

Color Harmonies of #A950EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A950EC

Black with #A950EC

Text Example


Text Example

White with #A950EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A950EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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