#A769F1

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

Shades of Medium Purple #A769F1

Tints of Medium Purple #A769F1

Color information

#A769F1 (or 0xA769F1) is unknown color: approx Medium Purple. HEX triplet: A7, 69 and F1. RGB value is (167,105,241). Sum of RGB (Red+Green+Blue) = 167+105+241=513 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.55% from 513); Green value is 105 (41.41% from 255 or 20.47% from 513); Blue value is 241 (94.53% from 255 or 46.98% from 513); Max value from RGB is 241 - color contains mainly: blue. Hex color #A769F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A769F1 is #58960E. Grayscale: #8A8A8A. Windows color (decimal): -5805583 or 15821223. OLE color: 15821223.

HSL color Cylindrical-coordinate representation of color #A769F1: hue angle of 267.35º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A769F1 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB167105241-
CMYK0.310.5600.05
HSL267.35º82.93%67.84%-
HSV(B)267.35º56.43%94.51%-
XYZ36.8724.6786.04-
YUV139.04185.54147.94-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.55%
GREEN value IS 105 (41.41% from 255) = 20.47%
BLUE value IS 241 (94.53% from 255) = 46.98%
R=32.55%
G=20.47%
B=46.98%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1671052410.310.5600.05267.3582.9367.84
HexA769F11F380510b5344
Octal247151361377005413123104
Binary1010011111010011111000111111111000010110000101110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A769F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A769F1; }

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

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

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

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

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

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

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

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