#A598CE

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

Shades of Biloba Flower #A598CE

Tints of Biloba Flower #A598CE

Color information

#A598CE (or 0xA598CE) is unknown color: approx Biloba Flower. HEX triplet: A5, 98 and CE. RGB value is (165,152,206). Sum of RGB (Red+Green+Blue) = 165+152+206=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 152 (59.77% from 255 or 29.06% from 523); Blue value is 206 (80.86% from 255 or 39.39% from 523); Max value from RGB is 206 - color contains mainly: blue. Hex color #A598CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A598CE is #5A6731. Grayscale: #A1A1A1. Windows color (decimal): -5924658 or 13539493. OLE color: 13539493.

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

Color convert

RGB165152206-
CMYK0.200.2600.19
HSL254.44º35.53%70.2%-
HSV(B)254.44º26.21%80.78%-
XYZ37.8934.9163.13-
YUV162.04152.81130.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 152 (59.77% from 255) = 29.06%
BLUE value IS 206 (80.86% from 255) = 39.39%
R=31.55%
G=29.06%
B=39.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651522060.200.2600.19254.4435.5370.2
HexA598CE141A013fe2446
Octal245230316243202337644106
Binary1010010110011000110011101010011010010011111111101001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A598CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A598CE; }

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

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

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

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

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

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

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

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