#a58adf

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

Shades of Biloba Flower #A58ADF

Tints of Biloba Flower #A58ADF

Color information

#A58ADF (or 0xA58ADF) is unknown color: approx Biloba Flower. HEX triplet: A5, 8A and DF. RGB value is (165,138,223). Sum of RGB (Red+Green+Blue) = 165+138+223=526 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.37% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 223 (87.5% from 255 or 42.40% from 526); Max value from RGB is 223 - color contains mainly: blue. Hex color #A58ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A58ADF is #5A7520. Grayscale: #9B9B9B. Windows color (decimal): -5928225 or 14650021. OLE color: 14650021.

HSL color Cylindrical-coordinate representation of color #A58ADF: hue angle of 259.06º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A58ADF is Cyan = 0.26, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB165138223-
CMYK0.260.3800.13
HSL259.06º57.05%70.78%-
HSV(B)259.06º38.12%87.45%-
XYZ37.9231.573.89-
YUV155.76165.95134.59-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.37%
GREEN value IS 138 (54.30% from 255) = 26.24%
BLUE value IS 223 (87.5% from 255) = 42.40%
R=31.37%
G=26.24%
B=42.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1651382230.260.3800.13259.0657.0570.78
HexA58ADF1A260D1033947
Octal245212337324601540371107
Binary10100101100010101101111111010100110011011000000111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a58adf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a58adf; }

 p { color: rgb(165,138,223); }

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

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

 a { background-color: rgb(165,138,223); }

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

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

 span { border-color: rgb(165,138,223); }

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