#A792CE

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

Shades of Biloba Flower #A792CE

Tints of Biloba Flower #A792CE

Color information

#A792CE (or 0xA792CE) is unknown color: approx Biloba Flower. HEX triplet: A7, 92 and CE. RGB value is (167,146,206). Sum of RGB (Red+Green+Blue) = 167+146+206=519 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.18% from 519); Green value is 146 (57.42% from 255 or 28.13% from 519); Blue value is 206 (80.86% from 255 or 39.69% from 519); Max value from RGB is 206 - color contains mainly: blue. Hex color #A792CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A792CE is #586D31. Grayscale: #9E9E9E. Windows color (decimal): -5795122 or 13537959. OLE color: 13537959.

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

Color convert

RGB167146206-
CMYK0.190.2900.19
HSL261º37.97%69.02%-
HSV(B)261º29.13%80.78%-
XYZ37.3633.2362.84-
YUV159.12154.46133.62-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.18%
GREEN value IS 146 (57.42% from 255) = 28.13%
BLUE value IS 206 (80.86% from 255) = 39.69%
R=32.18%
G=28.13%
B=39.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671462060.190.2900.1926137.9769.02
HexA792CE131D0131052645
Octal247222316233502340546105
Binary10100111100100101100111010011111010100111000001011001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A792CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A792CE; }

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

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

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

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

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

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

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

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