#A795D5

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

Shades of Biloba Flower #A795D5

Tints of Biloba Flower #A795D5

Color information

#A795D5 (or 0xA795D5) is unknown color: approx Biloba Flower. HEX triplet: A7, 95 and D5. RGB value is (167,149,213). Sum of RGB (Red+Green+Blue) = 167+149+213=529 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.57% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 213 (83.59% from 255 or 40.26% from 529); Max value from RGB is 213 - color contains mainly: blue. Hex color #A795D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795D5 is #586A2A. Grayscale: #A1A1A1. Windows color (decimal): -5794347 or 13997479. OLE color: 13997479.

HSL color Cylindrical-coordinate representation of color #A795D5: hue angle of 256.88º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A795D5 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB167149213-
CMYK0.220.3000.16
HSL256.88º43.24%70.98%-
HSV(B)256.88º30.05%83.53%-
XYZ38.6934.5167.57-
YUV161.68156.96131.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.57%
GREEN value IS 149 (58.59% from 255) = 28.17%
BLUE value IS 213 (83.59% from 255) = 40.26%
R=31.57%
G=28.17%
B=40.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1671492130.220.3000.16256.8843.2470.98
HexA795D5161E0101012b47
Octal247225325263602040153107
Binary10100111100101011101010110110111100100001000000011010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A795D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A795D5; }

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

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

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

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

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

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

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

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