#A969F9

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

Shades of Medium Purple #A969F9

Tints of Medium Purple #A969F9

Color information

#A969F9 (or 0xA969F9) is unknown color: approx Medium Purple. HEX triplet: A9, 69 and F9. RGB value is (169,105,249). Sum of RGB (Red+Green+Blue) = 169+105+249=523 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.31% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 249 (97.66% from 255 or 47.61% from 523); Max value from RGB is 249 - color contains mainly: blue. Hex color #A969F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A969F9 is #569606. Grayscale: #8C8C8C. Windows color (decimal): -5674503 or 16345513. OLE color: 16345513.

HSL color Cylindrical-coordinate representation of color #A969F9: hue angle of 266.67º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A969F9 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB169105249-
CMYK0.320.5800.02
HSL266.67º92.31%69.41%-
HSV(B)266.67º57.83%97.65%-
XYZ38.5125.3892.49-
YUV140.55189.2148.29-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.31%
GREEN value IS 105 (41.41% from 255) = 20.08%
BLUE value IS 249 (97.66% from 255) = 47.61%
R=32.31%
G=20.08%
B=47.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1691052490.320.5800.02266.6792.3169.41
HexA969F9203A0210b5c45
Octal251151371407202413134105
Binary1010100111010011111100110000011101001010000101110111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A969F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A969F9; }

 p { color: rgb(169,105,249); }

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

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

 a { background-color: rgb(169,105,249); }

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

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

 span { border-color: rgb(169,105,249); }

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