#A65CFF

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

Shades of Medium Purple #A65CFF

Tints of Medium Purple #A65CFF

Color information

#A65CFF (or 0xA65CFF) is unknown color: approx Medium Purple. HEX triplet: A6, 5C and FF. RGB value is (166,92,255). Sum of RGB (Red+Green+Blue) = 166+92+255=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #A65CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A65CFF is #59A300. Grayscale: #848484. Windows color (decimal): -5874433 or 16735398. OLE color: 16735398.

HSL color Cylindrical-coordinate representation of color #A65CFF: hue angle of 267.24º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A65CFF is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB16692255-
CMYK0.350.6400
HSL267.24º100%68.04%-
HSV(B)267.24º63.92%100%-
XYZ37.622.9897.06-
YUV132.71197.02151.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.36%
GREEN value IS 92 (36.33% from 255) = 17.93%
BLUE value IS 255 (100% from 255) = 49.71%
R=32.36%
G=17.93%
B=49.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal166922550.350.6400267.2410068.04
HexA65CFF23400010b6444
Octal2461343774310000413144104
Binary1010011010111001111111110001110000000010000101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65CFF; }

 p { color: rgb(166,92,255); }

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

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

 a { background-color: rgb(166,92,255); }

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

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

 span { border-color: rgb(166,92,255); }

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