#A592CD

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

Shades of Biloba Flower #A592CD

Tints of Biloba Flower #A592CD

Color information

#A592CD (or 0xA592CD) is unknown color: approx Biloba Flower. HEX triplet: A5, 92 and CD. RGB value is (165,146,205). Sum of RGB (Red+Green+Blue) = 165+146+205=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 146 (57.42% from 255 or 28.29% from 516); Blue value is 205 (80.47% from 255 or 39.73% from 516); Max value from RGB is 205 - color contains mainly: blue. Hex color #A592CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A592CD is #5A6D32. Grayscale: #9E9E9E. Windows color (decimal): -5926195 or 13472421. OLE color: 13472421.

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

Color convert

RGB165146205-
CMYK0.200.2900.20
HSL259.32º37.11%68.82%-
HSV(B)259.32º28.78%80.39%-
XYZ36.8232.9662.18-
YUV158.41154.29132.7-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.98%
GREEN value IS 146 (57.42% from 255) = 28.29%
BLUE value IS 205 (80.47% from 255) = 39.73%
R=31.98%
G=28.29%
B=39.73%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651462050.200.2900.20259.3237.1168.82
HexA592CD141D0141032545
Octal245222315243502440345105
Binary10100101100100101100110110100111010101001000000111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A592CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A592CD; }

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

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

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

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

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

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

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

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