#A594FC

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

Shades of Biloba Flower #A594FC

Tints of Biloba Flower #A594FC

Color information

#A594FC (or 0xA594FC) is unknown color: approx Biloba Flower. HEX triplet: A5, 94 and FC. RGB value is (165,148,252). Sum of RGB (Red+Green+Blue) = 165+148+252=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #A594FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A594FC is #5A6B03. Grayscale: #A4A4A4. Windows color (decimal): -5925636 or 16553125. OLE color: 16553125.

HSL color Cylindrical-coordinate representation of color #A594FC: hue angle of 249.81º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A594FC is Cyan = 0.35, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB165148252-
CMYK0.350.4100.01
HSL249.81º94.55%78.43%-
HSV(B)249.81º41.27%98.82%-
XYZ43.6836.2196.78-
YUV164.94177.13128.04-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.20%
GREEN value IS 148 (58.20% from 255) = 26.19%
BLUE value IS 252 (98.83% from 255) = 44.60%
R=29.20%
G=26.19%
B=44.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1651482520.350.4100.01249.8194.5578.43
HexA594FC232901fa5f4e
Octal245224374435101372137116
Binary101001011001010011111100100011101001011111101010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A594FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A594FC; }

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

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

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

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

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

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

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

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