#A38DEC

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

Shades of Biloba Flower #A38DEC

Tints of Biloba Flower #A38DEC

Color information

#A38DEC (or 0xA38DEC) is unknown color: approx Biloba Flower. HEX triplet: A3, 8D and EC. RGB value is (163,141,236). Sum of RGB (Red+Green+Blue) = 163+141+236=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 236 - color contains mainly: blue. Hex color #A38DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38DEC is #5C7213. Grayscale: #9E9E9E. Windows color (decimal): -6058516 or 15502755. OLE color: 15502755.

HSL color Cylindrical-coordinate representation of color #A38DEC: hue angle of 253.89º degrees, saturation: 0.71, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A38DEC is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163141236-
CMYK0.310.4000.07
HSL253.89º71.43%73.92%-
HSV(B)253.89º40.25%92.55%-
XYZ39.7732.8983.61-
YUV158.41171.79131.28-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.19%
GREEN value IS 141 (55.47% from 255) = 26.11%
BLUE value IS 236 (92.58% from 255) = 43.70%
R=30.19%
G=26.11%
B=43.70%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631412360.310.4000.07253.8971.4373.92
HexA38DEC1F2807fe474a
Octal243215354375007376107112
Binary1010001110001101111011001111110100001111111111010001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38DEC; }

 p { color: rgb(163,141,236); }

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

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

 a { background-color: rgb(163,141,236); }

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

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

 span { border-color: rgb(163,141,236); }

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