#A592CC

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

Shades of Biloba Flower #A592CC

Tints of Biloba Flower #A592CC

Color information

#A592CC (or 0xA592CC) is unknown color: approx Biloba Flower. HEX triplet: A5, 92 and CC. RGB value is (165,146,204). Sum of RGB (Red+Green+Blue) = 165+146+204=515 (68% of max value = 765). Red value is 165 (64.84% from 255 or 32.04% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #A592CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592CC is #5A6D33. Grayscale: #9E9E9E. Windows color (decimal): -5926196 or 13406885. OLE color: 13406885.

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

Color convert

RGB165146204-
CMYK0.190.2800.2
HSL259.66º36.25%68.63%-
HSV(B)259.66º28.43%80%-
XYZ36.732.9261.55-
YUV158.29153.79132.78-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.04%
GREEN value IS 146 (57.42% from 255) = 28.35%
BLUE value IS 204 (80.08% from 255) = 39.61%
R=32.04%
G=28.35%
B=39.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1651462040.190.2800.2259.6636.2568.63
HexA592CC131C0141042445
Octal245222314233402440444105
Binary10100101100100101100110010011111000101001000001001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A592CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A592CC; }

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

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

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

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

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

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

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

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