#A79AEE

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

Shades of Biloba Flower #A79AEE

Tints of Biloba Flower #A79AEE

Color information

#A79AEE (or 0xA79AEE) is unknown color: approx Biloba Flower. HEX triplet: A7, 9A and EE. RGB value is (167,154,238). Sum of RGB (Red+Green+Blue) = 167+154+238=559 (74% of max value = 765). Red value is 167 (65.62% from 255 or 29.87% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #A79AEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A79AEE is #586511. Grayscale: #A7A7A7. Windows color (decimal): -5793042 or 15637159. OLE color: 15637159.

HSL color Cylindrical-coordinate representation of color #A79AEE: hue angle of 249.29º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A79AEE is Cyan = 0.30, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB167154238-
CMYK0.300.3500.07
HSL249.29º71.19%76.86%-
HSV(B)249.29º35.29%93.33%-
XYZ42.9237.585.86-
YUV167.46167.81127.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.87%
GREEN value IS 154 (60.55% from 255) = 27.55%
BLUE value IS 238 (93.36% from 255) = 42.58%
R=29.87%
G=27.55%
B=42.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671542380.300.3500.07249.2971.1976.86
HexA79AEE1E2307f9474d
Octal247232356364307371107115
Binary1010011110011010111011101111010001101111111100110001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79AEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79AEE; }

 p { color: rgb(167,154,238); }

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

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

 a { background-color: rgb(167,154,238); }

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

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

 span { border-color: rgb(167,154,238); }

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