#A069F1

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

Shades of Medium Purple #A069F1

Tints of Medium Purple #A069F1

Color information

#A069F1 (or 0xA069F1) is unknown color: approx Medium Purple. HEX triplet: A0, 69 and F1. RGB value is (160,105,241). Sum of RGB (Red+Green+Blue) = 160+105+241=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 105 (41.41% from 255 or 20.75% from 506); Blue value is 241 (94.53% from 255 or 47.63% from 506); Max value from RGB is 241 - color contains mainly: blue. Hex color #A069F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A069F1 is #5F960E. Grayscale: #888888. Windows color (decimal): -6264335 or 15821216. OLE color: 15821216.

HSL color Cylindrical-coordinate representation of color #A069F1: hue angle of 264.26º 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 #A069F1 is Cyan = 0.34, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB160105241-
CMYK0.340.5600.05
HSL264.26º82.93%67.84%-
HSV(B)264.26º56.43%94.51%-
XYZ35.4323.9385.97-
YUV136.95186.72144.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.62%
GREEN value IS 105 (41.41% from 255) = 20.75%
BLUE value IS 241 (94.53% from 255) = 47.63%
R=31.62%
G=20.75%
B=47.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1601052410.340.5600.05264.2682.9367.84
HexA069F12238051085344
Octal240151361427005410123104
Binary10100000110100111110001100010111000010110000100010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A069F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A069F1; }

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

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

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

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

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

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

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

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