#A292CF

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

Shades of Biloba Flower #A292CF

Tints of Biloba Flower #A292CF

Color information

#A292CF (or 0xA292CF) is unknown color: approx Biloba Flower. HEX triplet: A2, 92 and CF. RGB value is (162,146,207). Sum of RGB (Red+Green+Blue) = 162+146+207=515 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.46% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #A292CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A292CF is #5D6D30. Grayscale: #9D9D9D. Windows color (decimal): -6122801 or 13603490. OLE color: 13603490.

HSL color Cylindrical-coordinate representation of color #A292CF: hue angle of 255.74º degrees, saturation: 0.39, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A292CF is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB162146207-
CMYK0.220.2900.19
HSL255.74º38.85%69.22%-
HSV(B)255.74º29.47%81.18%-
XYZ36.4432.7463.43-
YUV157.74155.8131.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.46%
GREEN value IS 146 (57.42% from 255) = 28.35%
BLUE value IS 207 (81.25% from 255) = 40.19%
R=31.46%
G=28.35%
B=40.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1621462070.220.2900.19255.7438.8569.22
HexA292CF161D0131002745
Octal242222317263502340047105
Binary10100010100100101100111110110111010100111000000001001111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A292CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A292CF; }

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

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

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

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

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

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

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

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