#A265FB

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

Shades of Medium Purple #A265FB

Tints of Medium Purple #A265FB

Color information

#A265FB (or 0xA265FB) is unknown color: approx Medium Purple. HEX triplet: A2, 65 and FB. RGB value is (162,101,251). Sum of RGB (Red+Green+Blue) = 162+101+251=514 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.52% from 514); Green value is 101 (39.84% from 255 or 19.65% from 514); Blue value is 251 (98.44% from 255 or 48.83% from 514); Max value from RGB is 251 - color contains mainly: blue. Hex color #A265FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A265FB is #5D9A04. Grayscale: #878787. Windows color (decimal): -6134277 or 16475554. OLE color: 16475554.

HSL color Cylindrical-coordinate representation of color #A265FB: hue angle of 264.4º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A265FB is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB162101251-
CMYK0.350.6000.02
HSL264.4º94.94%69.02%-
HSV(B)264.4º59.76%98.43%-
XYZ36.9723.9593.94-
YUV136.34192.71146.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.52%
GREEN value IS 101 (39.84% from 255) = 19.65%
BLUE value IS 251 (98.44% from 255) = 48.83%
R=31.52%
G=19.65%
B=48.83%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1621012510.350.6000.02264.494.9469.02
HexA265FB233C021085f45
Octal242145373437402410137105
Binary1010001011001011111101110001111110001010000100010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A265FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A265FB; }

 p { color: rgb(162,101,251); }

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

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

 a { background-color: rgb(162,101,251); }

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

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

 span { border-color: rgb(162,101,251); }

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