Html Css Color HEX #A550FE Medium Purple

📋 copy color: '#A550FE'

red 165 ◦ green 80 ◦ blue 254

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

Shades of Medium Purple #A550FE

Tints of Medium Purple #A550FE

RGB

 RED value IS 165 (64.84% from 255) = 33.07%

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

 BLUE value IS 254 (99.61% from 255) = 50.9%

R = 33.07%
G = 16.03%
B = 50.9%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A550FE (or 0xA550FE) is known color: Medium Purple. HEX triplet: A5, 50 and FE. RGB value is (165,80,254). Sum of RGB (Red+Green+Blue) = 165+80+254=499 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33.07% from 499); Green value is 80 (31.64% from 255 or 16.03% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #A550FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A550FE is #5AAF01. Grayscale: #7C7C7C. Windows color (decimal): -5943042 or 16666789. OLE color: 16666789.

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

Color convert

RGB 165 80 254 -
CMYK 0.35 0.69 0 0.00
HSL 269.31º 0.99% 0.65% -
HSV(B) 269.31º 0.69% 1% -
XYZ 36.28 20.89 95.89 -
YUV 125.25 200.66 156.35 -
System Red Green Blue C M Y K H S L
Decimal 165 80 254 0.35 0.69 0 0.00 269.31 0.99 0.65
Hex A5 50 FE 23 45 0 0 10D 63 41
Octal 245 120 376 43 105 0 0 415 143 101
Binary 10100101 1010000 11111110 100011 1000101 0 0 100001101 1100011 1000001

Color Harmonies of #A550FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A550FE

Black with #A550FE

Text Example


Text Example

White with #A550FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A550FE; }

 p { color: rgb(165,80,254); }

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

background-color css

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

 a { background-color: rgb(165,80,254); }

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

border-color css

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

 span { border-color: rgb(165,80,254); }

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