#a790ee

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

Shades of Biloba Flower #A790EE

Tints of Biloba Flower #A790EE

Color information

#A790EE (or 0xA790EE) is unknown color: approx Biloba Flower. HEX triplet: A7, 90 and EE. RGB value is (167,144,238). Sum of RGB (Red+Green+Blue) = 167+144+238=549 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.42% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 238 (93.36% from 255 or 43.35% from 549); Max value from RGB is 238 - color contains mainly: blue. Hex color #A790EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A790EE is #586F11. Grayscale: #A1A1A1. Windows color (decimal): -5795602 or 15634599. OLE color: 15634599.

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

Color convert

RGB167144238-
CMYK0.300.3900.07
HSL254.68º73.44%74.9%-
HSV(B)254.68º39.5%93.33%-
XYZ41.3434.3485.34-
YUV161.59171.12131.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.42%
GREEN value IS 144 (56.64% from 255) = 26.23%
BLUE value IS 238 (93.36% from 255) = 43.35%
R=30.42%
G=26.23%
B=43.35%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1671442380.300.3900.07254.6873.4474.9
HexA790EE1E2707ff494b
Octal247220356364707377111113
Binary1010011110010000111011101111010011101111111111110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a790ee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a790ee; }

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

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

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

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

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

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

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

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