#A38ECE

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

Shades of Biloba Flower #A38ECE

Tints of Biloba Flower #A38ECE

Color information

#A38ECE (or 0xA38ECE) is unknown color: approx Biloba Flower. HEX triplet: A3, 8E and CE. RGB value is (163,142,206). Sum of RGB (Red+Green+Blue) = 163+142+206=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #A38ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ECE is #5C7131. Grayscale: #9B9B9B. Windows color (decimal): -6058290 or 13536931. OLE color: 13536931.

HSL color Cylindrical-coordinate representation of color #A38ECE: hue angle of 259.69º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A38ECE is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB163142206-
CMYK0.210.3100.19
HSL259.69º39.51%68.24%-
HSV(B)259.69º31.07%80.78%-
XYZ35.9231.5962.6-
YUV155.58156.46133.3-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.90%
GREEN value IS 142 (55.86% from 255) = 27.79%
BLUE value IS 206 (80.86% from 255) = 40.31%
R=31.90%
G=27.79%
B=40.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1631422060.210.3100.19259.6939.5168.24
HexA38ECE151F0131042844
Octal243216316253702340450104
Binary10100011100011101100111010101111110100111000001001010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38ECE; }

 p { color: rgb(163,142,206); }

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

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

 a { background-color: rgb(163,142,206); }

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

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

 span { border-color: rgb(163,142,206); }

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