#a38be0

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

Shades of Biloba Flower #A38BE0

Tints of Biloba Flower #A38BE0

Color information

#A38BE0 (or 0xA38BE0) is unknown color: approx Biloba Flower. HEX triplet: A3, 8B and E0. RGB value is (163,139,224). Sum of RGB (Red+Green+Blue) = 163+139+224=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 139 (54.69% from 255 or 26.43% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #A38BE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BE0 is #5C741F. Grayscale: #9B9B9B. Windows color (decimal): -6059040 or 14715811. OLE color: 14715811.

HSL color Cylindrical-coordinate representation of color #A38BE0: hue angle of 256.94º 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 #A38BE0 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB163139224-
CMYK0.270.3800.12
HSL256.94º57.82%71.18%-
HSV(B)256.94º37.95%87.84%-
XYZ37.7931.6374.64-
YUV155.87166.45133.09-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.99%
GREEN value IS 139 (54.69% from 255) = 26.43%
BLUE value IS 224 (87.89% from 255) = 42.59%
R=30.99%
G=26.43%
B=42.59%

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
Decimal1631392240.270.3800.12256.9457.8271.18
HexA38BE01B260C1013a47
Octal243213340334601440172107
Binary10100011100010111110000011011100110011001000000011110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a38be0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a38be0; }

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

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

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

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

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

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

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

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