#A38BDD

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

Shades of Biloba Flower #A38BDD

Tints of Biloba Flower #A38BDD

Color information

#A38BDD (or 0xA38BDD) is unknown color: approx Biloba Flower. HEX triplet: A3, 8B and DD. RGB value is (163,139,221). Sum of RGB (Red+Green+Blue) = 163+139+221=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 139 (54.69% from 255 or 26.58% from 523); Blue value is 221 (86.72% from 255 or 42.26% from 523); Max value from RGB is 221 - color contains mainly: blue. Hex color #A38BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38BDD is #5C7422. Grayscale: #9B9B9B. Windows color (decimal): -6059043 or 14519203. OLE color: 14519203.

HSL color Cylindrical-coordinate representation of color #A38BDD: hue angle of 257.56º degrees, saturation: 0.55, 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 #A38BDD is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163139221-
CMYK0.260.3700.13
HSL257.56º54.67%70.59%-
HSV(B)257.56º37.1%86.67%-
XYZ37.3931.4772.51-
YUV155.52164.95133.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.17%
GREEN value IS 139 (54.69% from 255) = 26.58%
BLUE value IS 221 (86.72% from 255) = 42.26%
R=31.17%
G=26.58%
B=42.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631392210.260.3700.13257.5654.6770.59
HexA38BDD1A250D1023747
Octal243213335324501540267107
Binary10100011100010111101110111010100101011011000000101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38BDD; }

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

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

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

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

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

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

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

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