#A795CA

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

Shades of Biloba Flower #A795CA

Tints of Biloba Flower #A795CA

Color information

#A795CA (or 0xA795CA) is unknown color: approx Biloba Flower. HEX triplet: A7, 95 and CA. RGB value is (167,149,202). Sum of RGB (Red+Green+Blue) = 167+149+202=518 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.24% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 202 (79.30% from 255 or 39.00% from 518); Max value from RGB is 202 - color contains mainly: blue. Hex color #A795CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795CA is #586A35. Grayscale: #A0A0A0. Windows color (decimal): -5794358 or 13276583. OLE color: 13276583.

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

Color convert

RGB167149202-
CMYK0.170.2600.21
HSL260.38º33.33%68.82%-
HSV(B)260.38º26.24%79.22%-
XYZ37.3433.9760.47-
YUV160.42151.46132.69-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.24%
GREEN value IS 149 (58.59% from 255) = 28.76%
BLUE value IS 202 (79.30% from 255) = 39.00%
R=32.24%
G=28.76%
B=39.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671492020.170.2600.21260.3833.3368.82
HexA795CA111A0151042145
Octal247225312213202540441105
Binary10100111100101011100101010001110100101011000001001000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A795CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A795CA; }

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

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

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

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

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

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

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

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