#A38BD9

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

Shades of Biloba Flower #A38BD9

Tints of Biloba Flower #A38BD9

Color information

#A38BD9 (or 0xA38BD9) is unknown color: approx Biloba Flower. HEX triplet: A3, 8B and D9. RGB value is (163,139,217). Sum of RGB (Red+Green+Blue) = 163+139+217=519 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.41% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 217 (85.16% from 255 or 41.81% from 519); Max value from RGB is 217 - color contains mainly: blue. Hex color #A38BD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BD9 is #5C7426. Grayscale: #9A9A9A. Windows color (decimal): -6059047 or 14257059. OLE color: 14257059.

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

Color convert

RGB163139217-
CMYK0.250.3600.15
HSL258.46º50.65%69.8%-
HSV(B)258.46º35.94%85.1%-
XYZ36.8631.2669.74-
YUV155.07162.95133.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.41%
GREEN value IS 139 (54.69% from 255) = 26.78%
BLUE value IS 217 (85.16% from 255) = 41.81%
R=31.41%
G=26.78%
B=41.81%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1631392170.250.3600.15258.4650.6569.8
HexA38BD919240F1023346
Octal243213331314401740263106
Binary10100011100010111101100111001100100011111000000101100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38BD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38BD9; }

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

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

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

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

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

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

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

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