#A593CC

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

Shades of Biloba Flower #A593CC

Tints of Biloba Flower #A593CC

Color information

#A593CC (or 0xA593CC) is unknown color: approx Biloba Flower. HEX triplet: A5, 93 and CC. RGB value is (165,147,204). Sum of RGB (Red+Green+Blue) = 165+147+204=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 147 (57.81% from 255 or 28.49% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #A593CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A593CC is #5A6C33. Grayscale: #9E9E9E. Windows color (decimal): -5925940 or 13407141. OLE color: 13407141.

HSL color Cylindrical-coordinate representation of color #A593CC: hue angle of 258.95º 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 #A593CC is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB165147204-
CMYK0.190.2800.2
HSL258.95º35.85%68.82%-
HSV(B)258.95º27.94%80%-
XYZ36.8533.2361.6-
YUV158.88153.46132.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.98%
GREEN value IS 147 (57.81% from 255) = 28.49%
BLUE value IS 204 (80.08% from 255) = 39.53%
R=31.98%
G=28.49%
B=39.53%

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
Decimal1651472040.190.2800.2258.9535.8568.82
HexA593CC131C0141032445
Octal245223314233402440344105
Binary10100101100100111100110010011111000101001000000111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A593CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A593CC; }

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

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

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

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

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

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

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

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