#A292DE

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

Shades of Biloba Flower #A292DE

Tints of Biloba Flower #A292DE

Color information

#A292DE (or 0xA292DE) is unknown color: approx Biloba Flower. HEX triplet: A2, 92 and DE. RGB value is (162,146,222). Sum of RGB (Red+Green+Blue) = 162+146+222=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 146 (57.42% from 255 or 27.55% from 530); Blue value is 222 (87.11% from 255 or 41.89% from 530); Max value from RGB is 222 - color contains mainly: blue. Hex color #A292DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A292DE is #5D6D21. Grayscale: #9F9F9F. Windows color (decimal): -6122786 or 14586530. OLE color: 14586530.

HSL color Cylindrical-coordinate representation of color #A292DE: hue angle of 252.63º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A292DE is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB162146222-
CMYK0.270.3400.13
HSL252.63º53.52%72.16%-
HSV(B)252.63º34.23%87.06%-
XYZ38.3633.5173.55-
YUV159.45163.3129.82-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.57%
GREEN value IS 146 (57.42% from 255) = 27.55%
BLUE value IS 222 (87.11% from 255) = 41.89%
R=30.57%
G=27.55%
B=41.89%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1621462220.270.3400.13252.6353.5272.16
HexA292DE1B220Dfd3648
Octal242222336334201537566110
Binary1010001010010010110111101101110001001101111111011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A292DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A292DE; }

 p { color: rgb(162,146,222); }

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

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

 a { background-color: rgb(162,146,222); }

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

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

 span { border-color: rgb(162,146,222); }

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