#A594CC

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

Shades of Biloba Flower #A594CC

Tints of Biloba Flower #A594CC

Color information

#A594CC (or 0xA594CC) is unknown color: approx Biloba Flower. HEX triplet: A5, 94 and CC. RGB value is (165,148,204). Sum of RGB (Red+Green+Blue) = 165+148+204=517 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.91% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #A594CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594CC is #5A6B33. Grayscale: #9F9F9F. Windows color (decimal): -5925684 or 13407397. OLE color: 13407397.

HSL color Cylindrical-coordinate representation of color #A594CC: hue angle of 258.21º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A594CC is Cyan = 0.19, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB165148204-
CMYK0.190.2700.2
HSL258.21º35.44%69.02%-
HSV(B)258.21º27.45%80%-
XYZ37.0133.5461.65-
YUV159.47153.13131.95-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.91%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 204 (80.08% from 255) = 39.46%
R=31.91%
G=28.63%
B=39.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1651482040.190.2700.2258.2135.4469.02
HexA594CC131B0141022345
Octal245224314233302440243105
Binary10100101100101001100110010011110110101001000000101000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A594CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A594CC; }

 p { color: rgb(165,148,204); }

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

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

 a { background-color: rgb(165,148,204); }

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

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

 span { border-color: rgb(165,148,204); }

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