#A65FEA

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

Shades of Medium Purple #A65FEA

Tints of Medium Purple #A65FEA

Color information

#A65FEA (or 0xA65FEA) is unknown color: approx Medium Purple. HEX triplet: A6, 5F and EA. RGB value is (166,95,234). Sum of RGB (Red+Green+Blue) = 166+95+234=495 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.54% from 495); Green value is 95 (37.5% from 255 or 19.19% from 495); Blue value is 234 (91.80% from 255 or 47.27% from 495); Max value from RGB is 234 - color contains mainly: blue. Hex color #A65FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65FEA is #59A015. Grayscale: #838383. Windows color (decimal): -5873686 or 15359910. OLE color: 15359910.

HSL color Cylindrical-coordinate representation of color #A65FEA: hue angle of 270.65º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A65FEA is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16695234-
CMYK0.290.5900.08
HSL270.65º76.8%64.51%-
HSV(B)270.65º59.4%91.76%-
XYZ34.6722.2380.31-
YUV132.07185.52152.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.54%
GREEN value IS 95 (37.5% from 255) = 19.19%
BLUE value IS 234 (91.80% from 255) = 47.27%
R=33.54%
G=19.19%
B=47.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal166952340.290.5900.08270.6576.864.51
HexA65FEA1D3B0810f4d41
Octal2461373523573010417115101
Binary10100110101111111101010111011110110100010000111110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65FEA; }

 p { color: rgb(166,95,234); }

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

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

 a { background-color: rgb(166,95,234); }

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

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

 span { border-color: rgb(166,95,234); }

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