Html Css Color HEX #A950F0 Medium Orchid

📋 copy color: '#A950F0'

red 169 ◦ green 80 ◦ blue 240

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

Shades of Medium Orchid #A950F0

Tints of Medium Orchid #A950F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 49.08%

R = 34.56%
G = 16.36%
B = 49.08%

CMYK

 C value IS 0.30

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A950F0 (or 0xA950F0) is known color: Medium Orchid. HEX triplet: A9, 50 and F0. RGB value is (169,80,240). Sum of RGB (Red+Green+Blue) = 169+80+240=489 (64% of max value = 765). Red value is 169 (66.41% from 255 or 34.56% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 240 (94.14% from 255 or 49.08% from 489); Max value from RGB is 240 - color contains mainly: blue. Hex color #A950F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A950F0 is #56AF0F. Grayscale: #7C7C7C. Windows color (decimal): -5680912 or 15749289. OLE color: 15749289.

HSL color Cylindrical-coordinate representation of color #A950F0: hue angle of 273.38º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A950F0 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 169 80 240 -
CMYK 0.30 0.67 0 0.06
HSL 273.38º 0.84% 0.63% -
HSV(B) 273.38º 0.67% 0.94% -
XYZ 34.96 20.46 84.55 -
YUV 124.85 192.99 159.49 -
System Red Green Blue C M Y K H S L
Decimal 169 80 240 0.30 0.67 0 0.06 273.38 0.84 0.63
Hex A9 50 F0 1E 43 0 6 111 54 3F
Octal 251 120 360 36 103 0 6 421 124 77
Binary 10101001 1010000 11110000 11110 1000011 0 110 100010001 1010100 111111

Color Harmonies of #A950F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A950F0

Black with #A950F0

Text Example


Text Example

White with #A950F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A950F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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