#A594CD

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

Shades of Biloba Flower #A594CD

Tints of Biloba Flower #A594CD

Color information

#A594CD (or 0xA594CD) is unknown color: approx Biloba Flower. HEX triplet: A5, 94 and CD. RGB value is (165,148,205). Sum of RGB (Red+Green+Blue) = 165+148+205=518 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.85% from 518); Green value is 148 (58.20% from 255 or 28.57% from 518); Blue value is 205 (80.47% from 255 or 39.58% from 518); Max value from RGB is 205 - color contains mainly: blue. Hex color #A594CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A594CD is #5A6B32. Grayscale: #9F9F9F. Windows color (decimal): -5925683 or 13472933. OLE color: 13472933.

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

Color convert

RGB165148205-
CMYK0.200.2800.20
HSL257.89º36.31%69.22%-
HSV(B)257.89º27.8%80.39%-
XYZ37.1333.5962.28-
YUV159.58153.63131.87-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.85%
GREEN value IS 148 (58.20% from 255) = 28.57%
BLUE value IS 205 (80.47% from 255) = 39.58%
R=31.85%
G=28.57%
B=39.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651482050.200.2800.20257.8936.3169.22
HexA594CD141C0141022445
Octal245224315243402440244105
Binary10100101100101001100110110100111000101001000000101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A594CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A594CD; }

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

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

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

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

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

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

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

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