#A38EED

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

Shades of Biloba Flower #A38EED

Tints of Biloba Flower #A38EED

Color information

#A38EED (or 0xA38EED) is unknown color: approx Biloba Flower. HEX triplet: A3, 8E and ED. RGB value is (163,142,237). Sum of RGB (Red+Green+Blue) = 163+142+237=542 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.07% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 237 (92.97% from 255 or 43.73% from 542); Max value from RGB is 237 - color contains mainly: blue. Hex color #A38EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38EED is #5C7112. Grayscale: #9E9E9E. Windows color (decimal): -6058259 or 15568547. OLE color: 15568547.

HSL color Cylindrical-coordinate representation of color #A38EED: hue angle of 253.26º degrees, saturation: 0.73, 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 #A38EED is Cyan = 0.31, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163142237-
CMYK0.310.4000.07
HSL253.26º72.52%74.31%-
HSV(B)253.26º40.08%92.94%-
XYZ40.0633.2584.43-
YUV159.11171.96130.78-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.07%
GREEN value IS 142 (55.86% from 255) = 26.20%
BLUE value IS 237 (92.97% from 255) = 43.73%
R=30.07%
G=26.20%
B=43.73%

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
Decimal1631422370.310.4000.07253.2672.5274.31
HexA38EED1F2807fd494a
Octal243216355375007375111112
Binary1010001110001110111011011111110100001111111110110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38EED; }

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

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

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

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

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

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

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

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