Html Css Color HEX #A950FB Medium Orchid

📋 copy color: '#A950FB'

red 169 ◦ green 80 ◦ blue 251

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

Shades of Medium Orchid #A950FB

Tints of Medium Orchid #A950FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 33.8%
G = 16%
B = 50.2%

CMYK

 C value IS 0.33

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A950FB (or 0xA950FB) is known color: Medium Orchid. HEX triplet: A9, 50 and FB. RGB value is (169,80,251). Sum of RGB (Red+Green+Blue) = 169+80+251=500 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.8% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #A950FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A950FB is #56AF04. Grayscale: #7D7D7D. Windows color (decimal): -5680901 or 16470185. OLE color: 16470185.

HSL color Cylindrical-coordinate representation of color #A950FB: hue angle of 271.23º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A950FB is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 169 80 251 -
CMYK 0.33 0.68 0 0.02
HSL 271.23º 0.96% 0.65% -
HSV(B) 271.23º 0.68% 0.98% -
XYZ 36.64 21.14 93.42 -
YUV 126.11 198.49 158.6 -
System Red Green Blue C M Y K H S L
Decimal 169 80 251 0.33 0.68 0 0.02 271.23 0.96 0.65
Hex A9 50 FB 21 44 0 2 10F 60 41
Octal 251 120 373 41 104 0 2 417 140 101
Binary 10101001 1010000 11111011 100001 1000100 0 10 100001111 1100000 1000001

Color Harmonies of #A950FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A950FB

Black with #A950FB

Text Example


Text Example

White with #A950FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A950FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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