#A58FCB

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

Shades of Biloba Flower #A58FCB

Tints of Biloba Flower #A58FCB

Color information

#A58FCB (or 0xA58FCB) is unknown color: approx Biloba Flower. HEX triplet: A5, 8F and CB. RGB value is (165,143,203). Sum of RGB (Red+Green+Blue) = 165+143+203=511 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.29% from 511); Green value is 143 (56.25% from 255 or 27.98% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #A58FCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58FCB is #5A7034. Grayscale: #9C9C9C. Windows color (decimal): -5926965 or 13340581. OLE color: 13340581.

HSL color Cylindrical-coordinate representation of color #A58FCB: hue angle of 262º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A58FCB is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165143203-
CMYK0.190.3000.20
HSL262º36.59%67.84%-
HSV(B)262º29.56%79.61%-
XYZ36.1231.9660.76-
YUV156.42154.29134.12-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.29%
GREEN value IS 143 (56.25% from 255) = 27.98%
BLUE value IS 203 (79.69% from 255) = 39.73%
R=32.29%
G=27.98%
B=39.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651432030.190.3000.2026236.5967.84
HexA58FCB131E0141062544
Octal245217313233602440645104
Binary10100101100011111100101110011111100101001000001101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58FCB; }

 p { color: rgb(165,143,203); }

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

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

 a { background-color: rgb(165,143,203); }

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

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

 span { border-color: rgb(165,143,203); }

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