#A38FDD

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

Shades of Biloba Flower #A38FDD

Tints of Biloba Flower #A38FDD

Color information

#A38FDD (or 0xA38FDD) is unknown color: approx Biloba Flower. HEX triplet: A3, 8F and DD. RGB value is (163,143,221). Sum of RGB (Red+Green+Blue) = 163+143+221=527 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.93% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #A38FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38FDD is #5C7022. Grayscale: #9D9D9D. Windows color (decimal): -6058019 or 14520227. OLE color: 14520227.

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

Color convert

RGB163143221-
CMYK0.260.3500.13
HSL255.38º53.42%71.37%-
HSV(B)255.38º35.29%86.67%-
XYZ37.9832.6572.71-
YUV157.87163.63131.66-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.93%
GREEN value IS 143 (56.25% from 255) = 27.13%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=30.93%
G=27.13%
B=41.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631432210.260.3500.13255.3853.4271.37
HexA38FDD1A230Dff3547
Octal243217335324301537765107
Binary1010001110001111110111011101010001101101111111111101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38FDD; }

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

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

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

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

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

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

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

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