#A592ED

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

Shades of Biloba Flower #A592ED

Tints of Biloba Flower #A592ED

Color information

#A592ED (or 0xA592ED) is unknown color: approx Biloba Flower. HEX triplet: A5, 92 and ED. RGB value is (165,146,237). Sum of RGB (Red+Green+Blue) = 165+146+237=548 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.11% from 548); Green value is 146 (57.42% from 255 or 26.64% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #A592ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A592ED is #5A6D12. Grayscale: #A1A1A1. Windows color (decimal): -5926163 or 15569573. OLE color: 15569573.

HSL color Cylindrical-coordinate representation of color #A592ED: hue angle of 252.53º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A592ED is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165146237-
CMYK0.300.3800.07
HSL252.53º71.65%75.1%-
HSV(B)252.53º38.4%92.94%-
XYZ41.0834.6784.65-
YUV162.06170.29130.1-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.11%
GREEN value IS 146 (57.42% from 255) = 26.64%
BLUE value IS 237 (92.97% from 255) = 43.25%
R=30.11%
G=26.64%
B=43.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651462370.300.3800.07252.5371.6575.1
HexA592ED1E2607fd484b
Octal245222355364607375110113
Binary1010010110010010111011011111010011001111111110110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A592ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A592ED; }

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

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

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

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

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

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

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

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