#A592CE

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

Shades of Biloba Flower #A592CE

Tints of Biloba Flower #A592CE

Color information

#A592CE (or 0xA592CE) is unknown color: approx Biloba Flower. HEX triplet: A5, 92 and CE. RGB value is (165,146,206). Sum of RGB (Red+Green+Blue) = 165+146+206=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 146 (57.42% from 255 or 28.24% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #A592CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592CE is #5A6D31. Grayscale: #9E9E9E. Windows color (decimal): -5926194 or 13537957. OLE color: 13537957.

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

Color convert

RGB165146206-
CMYK0.200.2900.19
HSL259º37.97%69.02%-
HSV(B)259º29.13%80.78%-
XYZ36.9433.0162.82-
YUV158.52154.79132.62-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 146 (57.42% from 255) = 28.24%
BLUE value IS 206 (80.86% from 255) = 39.85%
R=31.91%
G=28.24%
B=39.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1651462060.200.2900.1925937.9769.02
HexA592CE141D0131032645
Octal245222316243502340346105
Binary10100101100100101100111010100111010100111000000111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A592CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A592CE; }

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

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

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

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

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

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

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

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