#A795FF

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

Shades of Biloba Flower #A795FF

Tints of Biloba Flower #A795FF

Color information

#A795FF (or 0xA795FF) is unknown color: approx Biloba Flower. HEX triplet: A7, 95 and FF. RGB value is (167,149,255). Sum of RGB (Red+Green+Blue) = 167+149+255=571 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.25% from 571); Green value is 149 (58.59% from 255 or 26.09% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #A795FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A795FF is #586A00. Grayscale: #A6A6A6. Windows color (decimal): -5794305 or 16749991. OLE color: 16749991.

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

Color convert

RGB167149255-
CMYK0.350.4200
HSL250.19º100%79.22%-
HSV(B)250.19º41.57%100%-
XYZ44.7336.9399.38-
YUV166.47177.96128.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.25%
GREEN value IS 149 (58.59% from 255) = 26.09%
BLUE value IS 255 (100% from 255) = 44.66%
R=29.25%
G=26.09%
B=44.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1671492550.350.4200250.1910079.22
HexA795FF232A00fa644f
Octal247225377435200372144117
Binary101001111001010111111111100011101010001111101011001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A795FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A795FF; }

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

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

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

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

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

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

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

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