#A58BCE

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

Shades of Biloba Flower #A58BCE

Tints of Biloba Flower #A58BCE

Color information

#A58BCE (or 0xA58BCE) is unknown color: approx Biloba Flower. HEX triplet: A5, 8B and CE. RGB value is (165,139,206). Sum of RGB (Red+Green+Blue) = 165+139+206=510 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.35% from 510); Green value is 139 (54.69% from 255 or 27.25% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #A58BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58BCE is #5A7431. Grayscale: #9A9A9A. Windows color (decimal): -5927986 or 13536165. OLE color: 13536165.

HSL color Cylindrical-coordinate representation of color #A58BCE: hue angle of 263.28º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A58BCE is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB165139206-
CMYK0.200.3300.19
HSL263.28º40.61%67.65%-
HSV(B)263.28º32.52%80.78%-
XYZ35.8930.9262.47-
YUV154.41157.11135.55-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.35%
GREEN value IS 139 (54.69% from 255) = 27.25%
BLUE value IS 206 (80.86% from 255) = 40.39%
R=32.35%
G=27.25%
B=40.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651392060.200.3300.19263.2840.6167.65
HexA58BCE14210131072944
Octal245213316244102340751104
Binary101001011000101111001110101001000010100111000001111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A58BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A58BCE; }

 p { color: rgb(165,139,206); }

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

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

 a { background-color: rgb(165,139,206); }

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

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

 span { border-color: rgb(165,139,206); }

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