#A792CA

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

Shades of Biloba Flower #A792CA

Tints of Biloba Flower #A792CA

Color information

#A792CA (or 0xA792CA) is unknown color: approx Biloba Flower. HEX triplet: A7, 92 and CA. RGB value is (167,146,202). Sum of RGB (Red+Green+Blue) = 167+146+202=515 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.43% from 515); Green value is 146 (57.42% from 255 or 28.35% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #A792CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A792CA is #586D35. Grayscale: #9E9E9E. Windows color (decimal): -5795126 or 13275815. OLE color: 13275815.

HSL color Cylindrical-coordinate representation of color #A792CA: hue angle of 262.5º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A792CA is Cyan = 0.17, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167146202-
CMYK0.170.2800.21
HSL262.5º34.57%68.24%-
HSV(B)262.5º27.72%79.22%-
XYZ36.8833.0460.31-
YUV158.66152.46133.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.43%
GREEN value IS 146 (57.42% from 255) = 28.35%
BLUE value IS 202 (79.30% from 255) = 39.22%
R=32.43%
G=28.35%
B=39.22%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671462020.170.2800.21262.534.5768.24
HexA792CA111C0151062344
Octal247222312213402540643104
Binary10100111100100101100101010001111000101011000001101000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A792CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A792CA; }

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

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

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

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

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

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

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

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