#a38adf

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

Shades of Biloba Flower #A38ADF

Tints of Biloba Flower #A38ADF

Color information

#A38ADF (or 0xA38ADF) is unknown color: approx Biloba Flower. HEX triplet: A3, 8A and DF. RGB value is (163,138,223). Sum of RGB (Red+Green+Blue) = 163+138+223=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 138 (54.30% from 255 or 26.34% from 524); Blue value is 223 (87.5% from 255 or 42.56% from 524); Max value from RGB is 223 - color contains mainly: blue. Hex color #A38ADF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ADF is #5C7520. Grayscale: #9A9A9A. Windows color (decimal): -6059297 or 14650019. OLE color: 14650019.

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

Color convert

RGB163138223-
CMYK0.270.3800.13
HSL257.65º57.05%70.78%-
HSV(B)257.65º38.12%87.45%-
XYZ37.5131.2973.87-
YUV155.16166.28133.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.11%
GREEN value IS 138 (54.30% from 255) = 26.34%
BLUE value IS 223 (87.5% from 255) = 42.56%
R=31.11%
G=26.34%
B=42.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631382230.270.3800.13257.6557.0570.78
HexA38ADF1B260D1023947
Octal243212337334601540271107
Binary10100011100010101101111111011100110011011000000101110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a38adf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a38adf; }

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

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

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

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

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

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

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

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