Html Css Color HEX #A950FF Medium Orchid

📋 copy color: '#A950FF'

red 169 ◦ green 80 ◦ blue 255

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

Shades of Medium Orchid #A950FF

Tints of Medium Orchid #A950FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.6%

R = 33.53%
G = 15.87%
B = 50.6%

CMYK

 C value IS 0.34

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A950FF (or 0xA950FF) is known color: Medium Orchid. HEX triplet: A9, 50 and FF. RGB value is (169,80,255). Sum of RGB (Red+Green+Blue) = 169+80+255=504 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.53% from 504); Green value is 80 (31.64% from 255 or 15.87% from 504); Blue value is 255 (100% from 255 or 50.60% from 504); Max value from RGB is 255 - color contains mainly: blue. Hex color #A950FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A950FF is #56AF00. Grayscale: #7D7D7D. Windows color (decimal): -5680897 or 16732329. OLE color: 16732329.

HSL color Cylindrical-coordinate representation of color #A950FF: hue angle of 270.51º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A950FF is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 169 80 255 -
CMYK 0.34 0.69 0 0
HSL 270.51º 1% 0.66% -
HSV(B) 270.51º 0.69% 1% -
XYZ 37.28 21.39 96.77 -
YUV 126.56 200.49 158.27 -
System Red Green Blue C M Y K H S L
Decimal 169 80 255 0.34 0.69 0 0 270.51 1 0.66
Hex A9 50 FF 22 45 0 0 10F 64 42
Octal 251 120 377 42 105 0 0 417 144 102
Binary 10101001 1010000 11111111 100010 1000101 0 0 100001111 1100100 1000010

Color Harmonies of #A950FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A950FF

Black with #A950FF

Text Example


Text Example

White with #A950FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A950FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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