#A05CFB

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

Shades of Medium Purple #A05CFB

Tints of Medium Purple #A05CFB

Color information

#A05CFB (or 0xA05CFB) is unknown color: approx Medium Purple. HEX triplet: A0, 5C and FB. RGB value is (160,92,251). Sum of RGB (Red+Green+Blue) = 160+92+251=503 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.81% from 503); Green value is 92 (36.33% from 255 or 18.29% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #A05CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05CFB is #5FA304. Grayscale: #818181. Windows color (decimal): -6267653 or 16473248. OLE color: 16473248.

HSL color Cylindrical-coordinate representation of color #A05CFB: hue angle of 265.66º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A05CFB is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16092251-
CMYK0.360.6300.02
HSL265.66º95.21%67.25%-
HSV(B)265.66º63.35%98.43%-
XYZ35.7422.0993.65-
YUV130.46196.03149.07-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.81%
GREEN value IS 92 (36.33% from 255) = 18.29%
BLUE value IS 251 (98.44% from 255) = 49.90%
R=31.81%
G=18.29%
B=49.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal160922510.360.6300.02265.6695.2167.25
HexA05CFB243F0210a5f43
Octal240134373447702412137103
Binary1010000010111001111101110010011111101010000101010111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05CFB; }

 p { color: rgb(160,92,251); }

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

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

 a { background-color: rgb(160,92,251); }

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

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

 span { border-color: rgb(160,92,251); }

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