#A58CE2

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

Shades of Biloba Flower #A58CE2

Tints of Biloba Flower #A58CE2

Color information

#A58CE2 (or 0xA58CE2) is unknown color: approx Biloba Flower. HEX triplet: A5, 8C and E2. RGB value is (165,140,226). Sum of RGB (Red+Green+Blue) = 165+140+226=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 226 (88.67% from 255 or 42.56% from 531); Max value from RGB is 226 - color contains mainly: blue. Hex color #A58CE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58CE2 is #5A731D. Grayscale: #9C9C9C. Windows color (decimal): -5927710 or 14847141. OLE color: 14847141.

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

Color convert

RGB165140226-
CMYK0.270.3800.11
HSL257.44º59.72%71.76%-
HSV(B)257.44º38.05%88.63%-
XYZ38.6232.2576.14-
YUV157.28166.78133.51-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.07%
GREEN value IS 140 (55.08% from 255) = 26.37%
BLUE value IS 226 (88.67% from 255) = 42.56%
R=31.07%
G=26.37%
B=42.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1651402260.270.3800.11257.4459.7271.76
HexA58CE21B260B1013c48
Octal245214342334601340174110
Binary10100101100011001110001011011100110010111000000011111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58CE2; }

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

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

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

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

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

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

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

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