#A55FF3

Color #A55FF3 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A55FF3

Tints of Medium Purple #A55FF3

Color information

#A55FF3 (or 0xA55FF3) is unknown color: approx Medium Purple. HEX triplet: A5, 5F and F3. RGB value is (165,95,243). Sum of RGB (Red+Green+Blue) = 165+95+243=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 95 (37.5% from 255 or 18.89% from 503); Blue value is 243 (95.31% from 255 or 48.31% from 503); Max value from RGB is 243 - color contains mainly: blue. Hex color #A55FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A55FF3 is #5AA00C. Grayscale: #848484. Windows color (decimal): -5939213 or 15949733. OLE color: 15949733.

HSL color Cylindrical-coordinate representation of color #A55FF3: hue angle of 268.38º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A55FF3 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16595243-
CMYK0.320.6100.05
HSL268.38º86.05%66.27%-
HSV(B)268.38º60.91%95.29%-
XYZ35.7922.6587.28-
YUV132.8190.19150.97-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 95 (37.5% from 255) = 18.89%
BLUE value IS 243 (95.31% from 255) = 48.31%
R=32.80%
G=18.89%
B=48.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal165952430.320.6100.05268.3886.0566.27
HexA55FF3203D0510c5642
Octal245137363407505414126102
Binary10100101101111111110011100000111101010110000110010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55FF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55FF3; }

 p { color: rgb(165,95,243); }

 H1.HeaderClassName
 {
   color: #A55FF3;
 }
 .AnyTagClassName
 {
   color: #A55FF3;
 }
</style>
background-color css

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

 a { background-color: rgb(165,95,243); }

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

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

 span { border-color: rgb(165,95,243); }

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