#A38FD9

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

Shades of Biloba Flower #A38FD9

Tints of Biloba Flower #A38FD9

Color information

#A38FD9 (or 0xA38FD9) is unknown color: approx Biloba Flower. HEX triplet: A3, 8F and D9. RGB value is (163,143,217). Sum of RGB (Red+Green+Blue) = 163+143+217=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 217 (85.16% from 255 or 41.49% from 523); Max value from RGB is 217 - color contains mainly: blue. Hex color #A38FD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FD9 is #5C7026. Grayscale: #9D9D9D. Windows color (decimal): -6058023 or 14258083. OLE color: 14258083.

HSL color Cylindrical-coordinate representation of color #A38FD9: hue angle of 256.22º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A38FD9 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB163143217-
CMYK0.250.3400.15
HSL256.22º49.33%70.59%-
HSV(B)256.22º34.1%85.1%-
XYZ37.4532.4469.93-
YUV157.42161.63131.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.17%
GREEN value IS 143 (56.25% from 255) = 27.34%
BLUE value IS 217 (85.16% from 255) = 41.49%
R=31.17%
G=27.34%
B=41.49%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1631432170.250.3400.15256.2249.3370.59
HexA38FD919220F1003147
Octal243217331314201740061107
Binary10100011100011111101100111001100010011111000000001100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FD9; }

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

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

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

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

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

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

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

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