#A792EC

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

Shades of Biloba Flower #A792EC

Tints of Biloba Flower #A792EC

Color information

#A792EC (or 0xA792EC) is unknown color: approx Biloba Flower. HEX triplet: A7, 92 and EC. RGB value is (167,146,236). Sum of RGB (Red+Green+Blue) = 167+146+236=549 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.42% from 549); Green value is 146 (57.42% from 255 or 26.59% from 549); Blue value is 236 (92.58% from 255 or 42.99% from 549); Max value from RGB is 236 - color contains mainly: blue. Hex color #A792EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A792EC is #586D13. Grayscale: #A2A2A2. Windows color (decimal): -5795092 or 15504039. OLE color: 15504039.

HSL color Cylindrical-coordinate representation of color #A792EC: hue angle of 254º degrees, saturation: 0.7, 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 #A792EC is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167146236-
CMYK0.290.3800.07
HSL254º70.31%74.9%-
HSV(B)254º38.14%92.55%-
XYZ41.3634.8383.9-
YUV162.54169.46131.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.42%
GREEN value IS 146 (57.42% from 255) = 26.59%
BLUE value IS 236 (92.58% from 255) = 42.99%
R=30.42%
G=26.59%
B=42.99%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671462360.290.3800.0725470.3174.9
HexA792EC1D2607fe464b
Octal247222354354607376106113
Binary1010011110010010111011001110110011001111111111010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A792EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A792EC; }

 p { color: rgb(167,146,236); }

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

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

 a { background-color: rgb(167,146,236); }

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

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

 span { border-color: rgb(167,146,236); }

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