#A585E2

Color #A585E2 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #A585E2

Tints of Biloba Flower #A585E2

Color information

#A585E2 (or 0xA585E2) is unknown color: approx Biloba Flower. HEX triplet: A5, 85 and E2. RGB value is (165,133,226). Sum of RGB (Red+Green+Blue) = 165+133+226=524 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.49% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 226 (88.67% from 255 or 43.13% from 524); Max value from RGB is 226 - color contains mainly: blue. Hex color #A585E2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A585E2 is #5A7A1D. Grayscale: #989898. Windows color (decimal): -5929502 or 14845349. OLE color: 14845349.

HSL color Cylindrical-coordinate representation of color #A585E2: hue angle of 260.65º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A585E2 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB165133226-
CMYK0.270.4100.11
HSL260.65º61.59%70.39%-
HSV(B)260.65º41.15%88.63%-
XYZ37.6330.2775.81-
YUV153.17169.1136.44-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.49%
GREEN value IS 133 (52.34% from 255) = 25.38%
BLUE value IS 226 (88.67% from 255) = 43.13%
R=31.49%
G=25.38%
B=43.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1651332260.270.4100.11260.6561.5970.39
HexA585E21B290B1053e46
Octal245205342335101340576106
Binary10100101100001011110001011011101001010111000001011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A585E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A585E2; }

 p { color: rgb(165,133,226); }

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

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

 a { background-color: rgb(165,133,226); }

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

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

 span { border-color: rgb(165,133,226); }

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