#A369EE

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

Shades of Medium Purple #A369EE

Tints of Medium Purple #A369EE

Color information

#A369EE (or 0xA369EE) is unknown color: approx Medium Purple. HEX triplet: A3, 69 and EE. RGB value is (163,105,238). Sum of RGB (Red+Green+Blue) = 163+105+238=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #A369EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A369EE is #5C9611. Grayscale: #898989. Windows color (decimal): -6067730 or 15624611. OLE color: 15624611.

HSL color Cylindrical-coordinate representation of color #A369EE: hue angle of 266.17º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A369EE is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163105238-
CMYK0.320.5600.07
HSL266.17º79.64%67.25%-
HSV(B)266.17º55.88%93.33%-
XYZ35.5924.0683.66-
YUV137.5184.72146.19-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 32.21%
GREEN value IS 105 (41.41% from 255) = 20.75%
BLUE value IS 238 (93.36% from 255) = 47.04%
R=32.21%
G=20.75%
B=47.04%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631052380.320.5600.07266.1779.6467.25
HexA369EE20380710a5043
Octal243151356407007412120103
Binary10100011110100111101110100000111000011110000101010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A369EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A369EE; }

 p { color: rgb(163,105,238); }

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

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

 a { background-color: rgb(163,105,238); }

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

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

 span { border-color: rgb(163,105,238); }

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