#a869f3

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

Shades of Medium Purple #A869F3

Tints of Medium Purple #A869F3

Color information

#A869F3 (or 0xA869F3) is unknown color: approx Medium Purple. HEX triplet: A8, 69 and F3. RGB value is (168,105,243). Sum of RGB (Red+Green+Blue) = 168+105+243=516 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.56% from 516); Green value is 105 (41.41% from 255 or 20.35% from 516); Blue value is 243 (95.31% from 255 or 47.09% from 516); Max value from RGB is 243 - color contains mainly: blue. Hex color #A869F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A869F3 is #57960C. Grayscale: #8B8B8B. Windows color (decimal): -5740045 or 15952296. OLE color: 15952296.

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

Color convert

RGB168105243-
CMYK0.310.5700.05
HSL267.39º85.19%68.24%-
HSV(B)267.39º56.79%95.29%-
XYZ37.3824.987.63-
YUV139.57186.37148.28-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.56%
GREEN value IS 105 (41.41% from 255) = 20.35%
BLUE value IS 243 (95.31% from 255) = 47.09%
R=32.56%
G=20.35%
B=47.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681052430.310.5700.05267.3985.1968.24
HexA869F31F390510b5544
Octal250151363377105413125104
Binary1010100011010011111001111111111001010110000101110101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a869f3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a869f3; }

 p { color: rgb(168,105,243); }

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

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

 a { background-color: rgb(168,105,243); }

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

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

 span { border-color: rgb(168,105,243); }

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