#A38AE0

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

Shades of Biloba Flower #A38AE0

Tints of Biloba Flower #A38AE0

Color information

#A38AE0 (or 0xA38AE0) is unknown color: approx Biloba Flower. HEX triplet: A3, 8A and E0. RGB value is (163,138,224). Sum of RGB (Red+Green+Blue) = 163+138+224=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 224 (87.89% from 255 or 42.67% from 525); Max value from RGB is 224 - color contains mainly: blue. Hex color #A38AE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38AE0 is #5C751F. Grayscale: #9A9A9A. Windows color (decimal): -6059296 or 14715555. OLE color: 14715555.

HSL color Cylindrical-coordinate representation of color #A38AE0: hue angle of 257.44º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A38AE0 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB163138224-
CMYK0.270.3800.12
HSL257.44º58.11%70.98%-
HSV(B)257.44º38.39%87.84%-
XYZ37.6531.3574.59-
YUV155.28166.78133.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.05%
GREEN value IS 138 (54.30% from 255) = 26.29%
BLUE value IS 224 (87.89% from 255) = 42.67%
R=31.05%
G=26.29%
B=42.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1631382240.270.3800.12257.4458.1170.98
HexA38AE01B260C1013a47
Octal243212340334601440172107
Binary10100011100010101110000011011100110011001000000011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38AE0; }

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

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

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

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

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

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

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

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