#A38ADE

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

Shades of Biloba Flower #A38ADE

Tints of Biloba Flower #A38ADE

Color information

#A38ADE (or 0xA38ADE) is unknown color: approx Biloba Flower. HEX triplet: A3, 8A and DE. RGB value is (163,138,222). Sum of RGB (Red+Green+Blue) = 163+138+222=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 222 (87.11% from 255 or 42.45% from 523); Max value from RGB is 222 - color contains mainly: blue. Hex color #A38ADE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38ADE is #5C7521. Grayscale: #9A9A9A. Windows color (decimal): -6059298 or 14584483. OLE color: 14584483.

HSL color Cylindrical-coordinate representation of color #A38ADE: hue angle of 257.86º degrees, saturation: 0.56, 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 #A38ADE is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163138222-
CMYK0.270.3800.13
HSL257.86º56%70.59%-
HSV(B)257.86º37.84%87.06%-
XYZ37.3831.2473.17-
YUV155.05165.78133.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.17%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 222 (87.11% from 255) = 42.45%
R=31.17%
G=26.39%
B=42.45%

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
Decimal1631382220.270.3800.13257.865670.59
HexA38ADE1B260D1023847
Octal243212336334601540270107
Binary10100011100010101101111011011100110011011000000101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38ADE; }

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

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

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

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

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

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

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

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