#A38CE0

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

Shades of Biloba Flower #A38CE0

Tints of Biloba Flower #A38CE0

Color information

#A38CE0 (or 0xA38CE0) is unknown color: approx Biloba Flower. HEX triplet: A3, 8C and E0. RGB value is (163,140,224). Sum of RGB (Red+Green+Blue) = 163+140+224=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 224 (87.89% from 255 or 42.50% from 527); Max value from RGB is 224 - color contains mainly: blue. Hex color #A38CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38CE0 is #5C731F. Grayscale: #9C9C9C. Windows color (decimal): -6058784 or 14716067. OLE color: 14716067.

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

Color convert

RGB163140224-
CMYK0.270.3800.12
HSL256.43º57.53%71.37%-
HSV(B)256.43º37.5%87.84%-
XYZ37.9431.9274.68-
YUV156.45166.12132.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.93%
GREEN value IS 140 (55.08% from 255) = 26.57%
BLUE value IS 224 (87.89% from 255) = 42.50%
R=30.93%
G=26.57%
B=42.50%

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
Decimal1631402240.270.3800.12256.4357.5371.37
HexA38CE01B260C1003a47
Octal243214340334601440072107
Binary10100011100011001110000011011100110011001000000001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38CE0; }

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

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

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

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

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

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

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

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