#A38DDF

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

Shades of Biloba Flower #A38DDF

Tints of Biloba Flower #A38DDF

Color information

#A38DDF (or 0xA38DDF) is unknown color: approx Biloba Flower. HEX triplet: A3, 8D and DF. RGB value is (163,141,223). Sum of RGB (Red+Green+Blue) = 163+141+223=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 141 (55.47% from 255 or 26.76% from 527); Blue value is 223 (87.5% from 255 or 42.31% from 527); Max value from RGB is 223 - color contains mainly: blue. Hex color #A38DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DDF is #5C7220. Grayscale: #9C9C9C. Windows color (decimal): -6058529 or 14650787. OLE color: 14650787.

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

Color convert

RGB163141223-
CMYK0.270.3700.13
HSL256.1º56.16%71.37%-
HSV(B)256.1º36.77%87.45%-
XYZ37.9532.1674.02-
YUV156.93165.29132.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.93%
GREEN value IS 141 (55.47% from 255) = 26.76%
BLUE value IS 223 (87.5% from 255) = 42.31%
R=30.93%
G=26.76%
B=42.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631412230.270.3700.13256.156.1671.37
HexA38DDF1B250D1003847
Octal243215337334501540070107
Binary10100011100011011101111111011100101011011000000001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38DDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38DDF; }

 p { color: rgb(163,141,223); }

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

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

 a { background-color: rgb(163,141,223); }

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

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

 span { border-color: rgb(163,141,223); }

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