#A38EEE

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

Shades of Biloba Flower #A38EEE

Tints of Biloba Flower #A38EEE

Color information

#A38EEE (or 0xA38EEE) is unknown color: approx Biloba Flower. HEX triplet: A3, 8E and EE. RGB value is (163,142,238). Sum of RGB (Red+Green+Blue) = 163+142+238=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #A38EEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38EEE is #5C7111. Grayscale: #9E9E9E. Windows color (decimal): -6058258 or 15634083. OLE color: 15634083.

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

Color convert

RGB163142238-
CMYK0.320.4000.07
HSL253.12º73.85%74.51%-
HSV(B)253.12º40.34%93.33%-
XYZ40.2133.3185.2-
YUV159.22172.46130.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.02%
GREEN value IS 142 (55.86% from 255) = 26.15%
BLUE value IS 238 (93.36% from 255) = 43.83%
R=30.02%
G=26.15%
B=43.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631422380.320.4000.07253.1273.8574.51
HexA38EEE202807fd4a4b
Octal243216356405007375112113
Binary10100011100011101110111010000010100001111111110110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38EEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38EEE; }

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

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

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

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

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

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

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

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