#A38AD2

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

Shades of Biloba Flower #A38AD2

Tints of Biloba Flower #A38AD2

Color information

#A38AD2 (or 0xA38AD2) is unknown color: approx Biloba Flower. HEX triplet: A3, 8A and D2. RGB value is (163,138,210). Sum of RGB (Red+Green+Blue) = 163+138+210=511 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.90% from 511); Green value is 138 (54.30% from 255 or 27.01% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 210 - color contains mainly: blue. Hex color #A38AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38AD2 is #5C752D. Grayscale: #999999. Windows color (decimal): -6059310 or 13798051. OLE color: 13798051.

HSL color Cylindrical-coordinate representation of color #A38AD2: hue angle of 260.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A38AD2 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB163138210-
CMYK0.220.3400.18
HSL260.83º44.44%68.24%-
HSV(B)260.83º34.29%82.35%-
XYZ35.8330.6264.99-
YUV153.68159.78134.65-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.90%
GREEN value IS 138 (54.30% from 255) = 27.01%
BLUE value IS 210 (82.42% from 255) = 41.10%
R=31.90%
G=27.01%
B=41.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1631382100.220.3400.18260.8344.4468.24
HexA38AD216220121052c44
Octal243212322264202240554104
Binary101000111000101011010010101101000100100101000001011011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38AD2; }

 p { color: rgb(163,138,210); }

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

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

 a { background-color: rgb(163,138,210); }

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

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

 span { border-color: rgb(163,138,210); }

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