#A269EB

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

Shades of Medium Purple #A269EB

Tints of Medium Purple #A269EB

Color information

#A269EB (or 0xA269EB) is unknown color: approx Medium Purple. HEX triplet: A2, 69 and EB. RGB value is (162,105,235). Sum of RGB (Red+Green+Blue) = 162+105+235=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #A269EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A269EB is #5D9614. Grayscale: #888888. Windows color (decimal): -6133269 or 15428002. OLE color: 15428002.

HSL color Cylindrical-coordinate representation of color #A269EB: hue angle of 266.31º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A269EB is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB162105235-
CMYK0.310.5500.08
HSL266.31º76.47%66.67%-
HSV(B)266.31º55.32%92.16%-
XYZ34.9523.7881.35-
YUV136.86183.38145.93-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.27%
GREEN value IS 105 (41.41% from 255) = 20.92%
BLUE value IS 235 (92.19% from 255) = 46.81%
R=32.27%
G=20.92%
B=46.81%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1621052350.310.5500.08266.3176.4766.67
HexA269EB1F370810a4c43
Octal2421513533767010412114103
Binary10100010110100111101011111111101110100010000101010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A269EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A269EB; }

 p { color: rgb(162,105,235); }

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

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

 a { background-color: rgb(162,105,235); }

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

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

 span { border-color: rgb(162,105,235); }

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