#A596CD

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

Shades of Biloba Flower #A596CD

Tints of Biloba Flower #A596CD

Color information

#A596CD (or 0xA596CD) is unknown color: approx Biloba Flower. HEX triplet: A5, 96 and CD. RGB value is (165,150,205). Sum of RGB (Red+Green+Blue) = 165+150+205=520 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.73% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #A596CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A596CD is #5A6932. Grayscale: #A0A0A0. Windows color (decimal): -5925171 or 13473445. OLE color: 13473445.

HSL color Cylindrical-coordinate representation of color #A596CD: hue angle of 256.36º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A596CD is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165150205-
CMYK0.200.2700.20
HSL256.36º35.48%69.61%-
HSV(B)256.36º26.83%80.39%-
XYZ37.4434.2262.39-
YUV160.76152.97131.03-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.73%
GREEN value IS 150 (58.98% from 255) = 28.85%
BLUE value IS 205 (80.47% from 255) = 39.42%
R=31.73%
G=28.85%
B=39.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651502050.200.2700.20256.3635.4869.61
HexA596CD141B0141002346
Octal245226315243302440043106
Binary10100101100101101100110110100110110101001000000001000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A596CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A596CD; }

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

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

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

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

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

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

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

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