#A38AE4

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

Shades of Biloba Flower #A38AE4

Tints of Biloba Flower #A38AE4

Color information

#A38AE4 (or 0xA38AE4) is unknown color: approx Biloba Flower. HEX triplet: A3, 8A and E4. RGB value is (163,138,228). Sum of RGB (Red+Green+Blue) = 163+138+228=529 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.81% from 529); Green value is 138 (54.30% from 255 or 26.09% from 529); Blue value is 228 (89.45% from 255 or 43.10% from 529); Max value from RGB is 228 - color contains mainly: blue. Hex color #A38AE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38AE4 is #5C751B. Grayscale: #9B9B9B. Windows color (decimal): -6059292 or 14977699. OLE color: 14977699.

HSL color Cylindrical-coordinate representation of color #A38AE4: hue angle of 256.67º degrees, saturation: 0.62, 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 #A38AE4 is Cyan = 0.29, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB163138228-
CMYK0.290.3900.11
HSL256.67º62.5%71.76%-
HSV(B)256.67º39.47%89.41%-
XYZ38.231.5677.48-
YUV155.73168.78133.18-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.81%
GREEN value IS 138 (54.30% from 255) = 26.09%
BLUE value IS 228 (89.45% from 255) = 43.10%
R=30.81%
G=26.09%
B=43.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1631382280.290.3900.11256.6762.571.76
HexA38AE41D270B1013e48
Octal243212344354701340176110
Binary10100011100010101110010011101100111010111000000011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38AE4; }

 p { color: rgb(163,138,228); }

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

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

 a { background-color: rgb(163,138,228); }

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

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

 span { border-color: rgb(163,138,228); }

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