#A38EE9

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

Shades of Biloba Flower #A38EE9

Tints of Biloba Flower #A38EE9

Color information

#A38EE9 (or 0xA38EE9) is unknown color: approx Biloba Flower. HEX triplet: A3, 8E and E9. RGB value is (163,142,233). Sum of RGB (Red+Green+Blue) = 163+142+233=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 142 (55.86% from 255 or 26.39% from 538); Blue value is 233 (91.41% from 255 or 43.31% from 538); Max value from RGB is 233 - color contains mainly: blue. Hex color #A38EE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38EE9 is #5C7116. Grayscale: #9E9E9E. Windows color (decimal): -6058263 or 15306403. OLE color: 15306403.

HSL color Cylindrical-coordinate representation of color #A38EE9: hue angle of 253.85º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A38EE9 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB163142233-
CMYK0.300.3900.09
HSL253.85º67.41%73.53%-
HSV(B)253.85º39.06%91.37%-
XYZ39.4933.0281.38-
YUV158.65169.96131.1-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.30%
GREEN value IS 142 (55.86% from 255) = 26.39%
BLUE value IS 233 (91.41% from 255) = 43.31%
R=30.30%
G=26.39%
B=43.31%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1631422330.300.3900.09253.8567.4173.53
HexA38EE91E2709fe434a
Octal2432163513647011376103112
Binary10100011100011101110100111110100111010011111111010000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38EE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38EE9; }

 p { color: rgb(163,142,233); }

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

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

 a { background-color: rgb(163,142,233); }

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

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

 span { border-color: rgb(163,142,233); }

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