#A967EB

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

Shades of Medium Purple #A967EB

Tints of Medium Purple #A967EB

Color information

#A967EB (or 0xA967EB) is unknown color: approx Medium Purple. HEX triplet: A9, 67 and EB. RGB value is (169,103,235). Sum of RGB (Red+Green+Blue) = 169+103+235=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #A967EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A967EB is #569814. Grayscale: #898989. Windows color (decimal): -5675029 or 15427497. OLE color: 15427497.

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

Color convert

RGB169103235-
CMYK0.280.5600.08
HSL270º76.74%66.27%-
HSV(B)270º56.17%92.16%-
XYZ36.2124.1381.35-
YUV137.78182.87150.27-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 33.33%
GREEN value IS 103 (40.62% from 255) = 20.32%
BLUE value IS 235 (92.19% from 255) = 46.35%
R=33.33%
G=20.32%
B=46.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1691032350.280.5600.0827076.7466.27
HexA967EB1C380810e4d42
Octal2511473533470010416115102
Binary10101001110011111101011111001110000100010000111010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A967EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A967EB; }

 p { color: rgb(169,103,235); }

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

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

 a { background-color: rgb(169,103,235); }

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

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

 span { border-color: rgb(169,103,235); }

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