#A795E4

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

Shades of Biloba Flower #A795E4

Tints of Biloba Flower #A795E4

Color information

#A795E4 (or 0xA795E4) is unknown color: approx Biloba Flower. HEX triplet: A7, 95 and E4. RGB value is (167,149,228). Sum of RGB (Red+Green+Blue) = 167+149+228=544 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.70% from 544); Green value is 149 (58.59% from 255 or 27.39% from 544); Blue value is 228 (89.45% from 255 or 41.91% from 544); Max value from RGB is 228 - color contains mainly: blue. Hex color #A795E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A795E4 is #586A1B. Grayscale: #A3A3A3. Windows color (decimal): -5794332 or 14980519. OLE color: 14980519.

HSL color Cylindrical-coordinate representation of color #A795E4: hue angle of 253.67º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A795E4 is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB167149228-
CMYK0.270.3500.11
HSL253.67º59.4%73.92%-
HSV(B)253.67º34.65%89.41%-
XYZ40.6935.3178.07-
YUV163.39164.46130.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.70%
GREEN value IS 149 (58.59% from 255) = 27.39%
BLUE value IS 228 (89.45% from 255) = 41.91%
R=30.70%
G=27.39%
B=41.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1671492280.270.3500.11253.6759.473.92
HexA795E41B230Bfe3b4a
Octal247225344334301337673112
Binary1010011110010101111001001101110001101011111111101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A795E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A795E4; }

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

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

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

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

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

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

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

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