#A795FD

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

Shades of Biloba Flower #A795FD

Tints of Biloba Flower #A795FD

Color information

#A795FD (or 0xA795FD) is unknown color: approx Biloba Flower. HEX triplet: A7, 95 and FD. RGB value is (167,149,253). Sum of RGB (Red+Green+Blue) = 167+149+253=569 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.35% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #A795FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A795FD is #586A02. Grayscale: #A5A5A5. Windows color (decimal): -5794307 or 16618919. OLE color: 16618919.

HSL color Cylindrical-coordinate representation of color #A795FD: hue angle of 250.38º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A795FD is Cyan = 0.34, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB167149253-
CMYK0.340.4100.01
HSL250.38º96.3%78.82%-
HSV(B)250.38º41.11%99.22%-
XYZ44.4136.897.69-
YUV166.24176.96128.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.35%
GREEN value IS 149 (58.59% from 255) = 26.19%
BLUE value IS 253 (99.22% from 255) = 44.46%
R=29.35%
G=26.19%
B=44.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1671492530.340.4100.01250.3896.378.82
HexA795FD222901fa604f
Octal247225375425101372140117
Binary101001111001010111111101100010101001011111101011000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A795FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A795FD; }

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

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

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

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

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

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

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

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