#A769ED

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

Shades of Medium Purple #A769ED

Tints of Medium Purple #A769ED

Color information

#A769ED (or 0xA769ED) is unknown color: approx Medium Purple. HEX triplet: A7, 69 and ED. RGB value is (167,105,237). Sum of RGB (Red+Green+Blue) = 167+105+237=509 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.81% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 237 (92.97% from 255 or 46.56% from 509); Max value from RGB is 237 - color contains mainly: blue. Hex color #A769ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A769ED is #589612. Grayscale: #8A8A8A. Windows color (decimal): -5805587 or 15559079. OLE color: 15559079.

HSL color Cylindrical-coordinate representation of color #A769ED: hue angle of 268.18º degrees, saturation: 0.79, 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 #A769ED is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167105237-
CMYK0.300.5600.07
HSL268.18º78.57%67.06%-
HSV(B)268.18º55.7%92.94%-
XYZ36.2724.4382.92-
YUV138.59183.54148.27-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.81%
GREEN value IS 105 (41.41% from 255) = 20.63%
BLUE value IS 237 (92.97% from 255) = 46.56%
R=32.81%
G=20.63%
B=46.56%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671052370.300.5600.07268.1878.5767.06
HexA769ED1E380710c4f43
Octal247151355367007414117103
Binary1010011111010011110110111110111000011110000110010011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A769ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A769ED; }

 p { color: rgb(167,105,237); }

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

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

 a { background-color: rgb(167,105,237); }

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

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

 span { border-color: rgb(167,105,237); }

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