#A57BF2

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

Shades of Medium Purple #A57BF2

Tints of Medium Purple #A57BF2

Color information

#A57BF2 (or 0xA57BF2) is unknown color: approx Medium Purple. HEX triplet: A5, 7B and F2. RGB value is (165,123,242). Sum of RGB (Red+Green+Blue) = 165+123+242=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 123 (48.44% from 255 or 23.21% from 530); Blue value is 242 (94.92% from 255 or 45.66% from 530); Max value from RGB is 242 - color contains mainly: blue. Hex color #A57BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57BF2 is #5A840D. Grayscale: #949494. Windows color (decimal): -5932046 or 15891365. OLE color: 15891365.

HSL color Cylindrical-coordinate representation of color #A57BF2: hue angle of 261.18º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A57BF2 is Cyan = 0.32, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB165123242-
CMYK0.320.4900.05
HSL261.18º82.07%71.57%-
HSV(B)261.18º49.17%94.9%-
XYZ38.6328.5887.48-
YUV149.12180.41139.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.13%
GREEN value IS 123 (48.44% from 255) = 23.21%
BLUE value IS 242 (94.92% from 255) = 45.66%
R=31.13%
G=23.21%
B=45.66%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1651232420.320.4900.05261.1882.0771.57
HexA57BF22031051055248
Octal245173362406105405122110
Binary10100101111101111110010100000110001010110000010110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A57BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A57BF2; }

 p { color: rgb(165,123,242); }

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

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

 a { background-color: rgb(165,123,242); }

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

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

 span { border-color: rgb(165,123,242); }

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