#A08AE3

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

Shades of Biloba Flower #A08AE3

Tints of Biloba Flower #A08AE3

Color information

#A08AE3 (or 0xA08AE3) is unknown color: approx Biloba Flower. HEX triplet: A0, 8A and E3. RGB value is (160,138,227). Sum of RGB (Red+Green+Blue) = 160+138+227=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 227 (89.06% from 255 or 43.24% from 525); Max value from RGB is 227 - color contains mainly: blue. Hex color #A08AE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A08AE3 is #5F751C. Grayscale: #9A9A9A. Windows color (decimal): -6255901 or 14912160. OLE color: 14912160.

HSL color Cylindrical-coordinate representation of color #A08AE3: hue angle of 254.83º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A08AE3 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB160138227-
CMYK0.300.3900.11
HSL254.83º61.38%71.57%-
HSV(B)254.83º39.21%89.02%-
XYZ37.4531.276.72-
YUV154.72168.79131.76-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.48%
GREEN value IS 138 (54.30% from 255) = 26.29%
BLUE value IS 227 (89.06% from 255) = 43.24%
R=30.48%
G=26.29%
B=43.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1601382270.300.3900.11254.8361.3871.57
HexA08AE31E270Bff3d48
Octal240212343364701337775110
Binary1010000010001010111000111111010011101011111111111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A08AE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A08AE3; }

 p { color: rgb(160,138,227); }

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

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

 a { background-color: rgb(160,138,227); }

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

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

 span { border-color: rgb(160,138,227); }

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