#A596FA

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

Shades of Biloba Flower #A596FA

Tints of Biloba Flower #A596FA

Color information

#A596FA (or 0xA596FA) is unknown color: approx Biloba Flower. HEX triplet: A5, 96 and FA. RGB value is (165,150,250). Sum of RGB (Red+Green+Blue) = 165+150+250=565 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.20% from 565); Green value is 150 (58.98% from 255 or 26.55% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #A596FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A596FA is #5A6905. Grayscale: #A5A5A5. Windows color (decimal): -5925126 or 16422565. OLE color: 16422565.

HSL color Cylindrical-coordinate representation of color #A596FA: hue angle of 249º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A596FA is Cyan = 0.34, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165150250-
CMYK0.340.400.02
HSL249º90.91%78.43%-
HSV(B)249º40%98.04%-
XYZ43.6836.7195.23-
YUV165.88175.47127.37-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 29.20%
GREEN value IS 150 (58.98% from 255) = 26.55%
BLUE value IS 250 (98.05% from 255) = 44.25%
R=29.20%
G=26.55%
B=44.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1651502500.340.400.0224990.9178.43
HexA596FA222802f95b4e
Octal245226372425002371133116
Binary1010010110010110111110101000101010000101111100110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596FA; }

 p { color: rgb(165,150,250); }

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

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

 a { background-color: rgb(165,150,250); }

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

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

 span { border-color: rgb(165,150,250); }

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