#a38dd5

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

Shades of Biloba Flower #A38DD5

Tints of Biloba Flower #A38DD5

Color information

#A38DD5 (or 0xA38DD5) is unknown color: approx Biloba Flower. HEX triplet: A3, 8D and D5. RGB value is (163,141,213). Sum of RGB (Red+Green+Blue) = 163+141+213=517 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.53% from 517); Green value is 141 (55.47% from 255 or 27.27% from 517); Blue value is 213 (83.59% from 255 or 41.20% from 517); Max value from RGB is 213 - color contains mainly: blue. Hex color #A38DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38DD5 is #5C722A. Grayscale: #9B9B9B. Windows color (decimal): -6058539 or 13995427. OLE color: 13995427.

HSL color Cylindrical-coordinate representation of color #A38DD5: hue angle of 258.33º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A38DD5 is Cyan = 0.23, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB163141213-
CMYK0.230.3400.16
HSL258.33º46.15%69.41%-
HSV(B)258.33º33.8%83.53%-
XYZ36.6431.6467.13-
YUV155.79160.29133.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.53%
GREEN value IS 141 (55.47% from 255) = 27.27%
BLUE value IS 213 (83.59% from 255) = 41.20%
R=31.53%
G=27.27%
B=41.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1631412130.230.3400.16258.3346.1569.41
HexA38DD517220101022e45
Octal243215325274202040256105
Binary101000111000110111010101101111000100100001000000101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a38dd5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a38dd5; }

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

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

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

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

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

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

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

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