#A38FEA

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

Shades of Biloba Flower #A38FEA

Tints of Biloba Flower #A38FEA

Color information

#A38FEA (or 0xA38FEA) is unknown color: approx Biloba Flower. HEX triplet: A3, 8F and EA. RGB value is (163,143,234). Sum of RGB (Red+Green+Blue) = 163+143+234=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 143 (56.25% from 255 or 26.48% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #A38FEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A38FEA is #5C7015. Grayscale: #9F9F9F. Windows color (decimal): -6058006 or 15372195. OLE color: 15372195.

HSL color Cylindrical-coordinate representation of color #A38FEA: hue angle of 253.19º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A38FEA is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB163143234-
CMYK0.300.3900.08
HSL253.19º68.42%73.92%-
HSV(B)253.19º38.89%91.76%-
XYZ39.7833.3782.19-
YUV159.35170.13130.6-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.19%
GREEN value IS 143 (56.25% from 255) = 26.48%
BLUE value IS 234 (91.80% from 255) = 43.33%
R=30.19%
G=26.48%
B=43.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1631432340.300.3900.08253.1968.4273.92
HexA38FEA1E2708fd444a
Octal2432173523647010375104112
Binary10100011100011111110101011110100111010001111110110001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FEA; }

 p { color: rgb(163,143,234); }

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

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

 a { background-color: rgb(163,143,234); }

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

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

 span { border-color: rgb(163,143,234); }

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