#A460F4

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

Shades of Medium Purple #A460F4

Tints of Medium Purple #A460F4

Color information

#A460F4 (or 0xA460F4) is unknown color: approx Medium Purple. HEX triplet: A4, 60 and F4. RGB value is (164,96,244). Sum of RGB (Red+Green+Blue) = 164+96+244=504 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.54% from 504); Green value is 96 (37.89% from 255 or 19.05% from 504); Blue value is 244 (95.70% from 255 or 48.41% from 504); Max value from RGB is 244 - color contains mainly: blue. Hex color #A460F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A460F4 is #5B9F0B. Grayscale: #848484. Windows color (decimal): -6004492 or 16015524. OLE color: 16015524.

HSL color Cylindrical-coordinate representation of color #A460F4: hue angle of 267.57º degrees, saturation: 0.87, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A460F4 is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16496244-
CMYK0.330.6100.04
HSL267.57º87.06%66.67%-
HSV(B)267.57º60.66%95.69%-
XYZ35.8222.7988.1-
YUV133.2190.53149.97-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.54%
GREEN value IS 96 (37.89% from 255) = 19.05%
BLUE value IS 244 (95.70% from 255) = 48.41%
R=32.54%
G=19.05%
B=48.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal164962440.330.6100.04267.5787.0666.67
HexA460F4213D0410c5743
Octal244140364417504414127103
Binary10100100110000011110100100001111101010010000110010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A460F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A460F4; }

 p { color: rgb(164,96,244); }

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

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

 a { background-color: rgb(164,96,244); }

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

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

 span { border-color: rgb(164,96,244); }

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