Html Css Color HEX #A550FF Medium Purple

📋 copy color: '#A550FF'

red 165 ◦ green 80 ◦ blue 255

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

Shades of Medium Purple #A550FF

Tints of Medium Purple #A550FF

RGB

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

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

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

R = 33%
G = 16%
B = 51%

CMYK

 C value IS 0.35

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A550FF (or 0xA550FF) is known color: Medium Purple. HEX triplet: A5, 50 and FF. RGB value is (165,80,255). Sum of RGB (Red+Green+Blue) = 165+80+255=500 (66% of max value = 765). Red value is 165 (64.84% from 255 or 33% from 500); Green value is 80 (31.64% from 255 or 16% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #A550FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A550FF is #5AAF00. Grayscale: #7C7C7C. Windows color (decimal): -5943041 or 16732325. OLE color: 16732325.

HSL color Cylindrical-coordinate representation of color #A550FF: hue angle of 269.14º 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 #A550FF is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 165 80 255 -
CMYK 0.35 0.69 0 0
HSL 269.14º 1% 0.66% -
HSV(B) 269.14º 0.69% 1% -
XYZ 36.44 20.96 96.73 -
YUV 125.37 201.16 156.27 -
System Red Green Blue C M Y K H S L
Decimal 165 80 255 0.35 0.69 0 0 269.14 1 0.66
Hex A5 50 FF 23 45 0 0 10D 64 42
Octal 245 120 377 43 105 0 0 415 144 102
Binary 10100101 1010000 11111111 100011 1000101 0 0 100001101 1100100 1000010

Color Harmonies of #A550FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A550FF

Black with #A550FF

Text Example


Text Example

White with #A550FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A550FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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