#A65FF0

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

Shades of Medium Purple #A65FF0

Tints of Medium Purple #A65FF0

Color information

#A65FF0 (or 0xA65FF0) is unknown color: approx Medium Purple. HEX triplet: A6, 5F and F0. RGB value is (166,95,240). Sum of RGB (Red+Green+Blue) = 166+95+240=501 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.13% from 501); Green value is 95 (37.5% from 255 or 18.96% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 240 - color contains mainly: blue. Hex color #A65FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65FF0 is #59A00F. Grayscale: #848484. Windows color (decimal): -5873680 or 15753126. OLE color: 15753126.

HSL color Cylindrical-coordinate representation of color #A65FF0: hue angle of 269.38º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A65FF0 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16695240-
CMYK0.310.6000.06
HSL269.38º82.86%65.69%-
HSV(B)269.38º60.42%94.12%-
XYZ35.5522.5884.92-
YUV132.76188.52151.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.13%
GREEN value IS 95 (37.5% from 255) = 18.96%
BLUE value IS 240 (94.14% from 255) = 47.90%
R=33.13%
G=18.96%
B=47.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal166952400.310.6000.06269.3882.8665.69
HexA65FF01F3C0610d5342
Octal246137360377406415123102
Binary1010011010111111111000011111111100011010000110110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65FF0; }

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

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

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

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

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

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

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

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