#A455F6

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

Shades of Medium Purple #A455F6

Tints of Medium Purple #A455F6

Color information

#A455F6 (or 0xA455F6) is unknown color: approx Medium Purple. HEX triplet: A4, 55 and F6. RGB value is (164,85,246). Sum of RGB (Red+Green+Blue) = 164+85+246=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 85 (33.59% from 255 or 17.17% from 495); Blue value is 246 (96.48% from 255 or 49.70% from 495); Max value from RGB is 246 - color contains mainly: blue. Hex color #A455F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A455F6 is #5BAA09. Grayscale: #7E7E7E. Windows color (decimal): -6007306 or 16143780. OLE color: 16143780.

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

Color convert

RGB16485246-
CMYK0.330.6500.04
HSL269.44º89.94%64.9%-
HSV(B)269.44º65.45%96.47%-
XYZ35.1921.0489.4-
YUV126.98195.17154.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.13%
GREEN value IS 85 (33.59% from 255) = 17.17%
BLUE value IS 246 (96.48% from 255) = 49.70%
R=33.13%
G=17.17%
B=49.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal164852460.330.6500.04269.4489.9464.9
HexA455F621410410d5a41
Octal2441253664110104415132101
Binary101001001010101111101101000011000001010010000110110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A455F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A455F6; }

 p { color: rgb(164,85,246); }

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

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

 a { background-color: rgb(164,85,246); }

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

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

 span { border-color: rgb(164,85,246); }

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