#A38FDE

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

Shades of Biloba Flower #A38FDE

Tints of Biloba Flower #A38FDE

Color information

#A38FDE (or 0xA38FDE) is unknown color: approx Biloba Flower. HEX triplet: A3, 8F and DE. RGB value is (163,143,222). Sum of RGB (Red+Green+Blue) = 163+143+222=528 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.87% from 528); Green value is 143 (56.25% from 255 or 27.08% from 528); Blue value is 222 (87.11% from 255 or 42.05% from 528); Max value from RGB is 222 - color contains mainly: blue. Hex color #A38FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FDE is #5C7021. Grayscale: #9D9D9D. Windows color (decimal): -6058018 or 14585763. OLE color: 14585763.

HSL color Cylindrical-coordinate representation of color #A38FDE: hue angle of 255.19º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A38FDE is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163143222-
CMYK0.270.3600.13
HSL255.19º54.48%71.57%-
HSV(B)255.19º35.59%87.06%-
XYZ38.1132.7173.41-
YUV157.99164.13131.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.87%
GREEN value IS 143 (56.25% from 255) = 27.08%
BLUE value IS 222 (87.11% from 255) = 42.05%
R=30.87%
G=27.08%
B=42.05%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631432220.270.3600.13255.1954.4871.57
HexA38FDE1B240Dff3648
Octal243217336334401537766110
Binary1010001110001111110111101101110010001101111111111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FDE; }

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

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

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

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

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

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

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

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