#A795EA

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

Shades of Biloba Flower #A795EA

Tints of Biloba Flower #A795EA

Color information

#A795EA (or 0xA795EA) is unknown color: approx Biloba Flower. HEX triplet: A7, 95 and EA. RGB value is (167,149,234). Sum of RGB (Red+Green+Blue) = 167+149+234=550 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.36% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #A795EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A795EA is #586A15. Grayscale: #A3A3A3. Windows color (decimal): -5794326 or 15373735. OLE color: 15373735.

HSL color Cylindrical-coordinate representation of color #A795EA: hue angle of 252.71º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A795EA is Cyan = 0.29, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB167149234-
CMYK0.290.3600.08
HSL252.71º66.93%75.1%-
HSV(B)252.71º36.32%91.76%-
XYZ41.5435.6582.53-
YUV164.07167.46130.09-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.36%
GREEN value IS 149 (58.59% from 255) = 27.09%
BLUE value IS 234 (91.80% from 255) = 42.55%
R=30.36%
G=27.09%
B=42.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1671492340.290.3600.08252.7166.9375.1
HexA795EA1D2408fd434b
Octal2472253523544010375103113
Binary10100111100101011110101011101100100010001111110110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A795EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A795EA; }

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

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

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

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

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

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

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

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