#A38EDA

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

Shades of Biloba Flower #A38EDA

Tints of Biloba Flower #A38EDA

Color information

#A38EDA (or 0xA38EDA) is unknown color: approx Biloba Flower. HEX triplet: A3, 8E and DA. RGB value is (163,142,218). Sum of RGB (Red+Green+Blue) = 163+142+218=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 142 (55.86% from 255 or 27.15% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #A38EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38EDA is #5C7125. Grayscale: #9C9C9C. Windows color (decimal): -6058278 or 14323363. OLE color: 14323363.

HSL color Cylindrical-coordinate representation of color #A38EDA: hue angle of 256.58º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A38EDA is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB163142218-
CMYK0.250.3500.15
HSL256.58º50.67%70.59%-
HSV(B)256.58º34.86%85.49%-
XYZ37.4332.1970.57-
YUV156.94162.46132.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.17%
GREEN value IS 142 (55.86% from 255) = 27.15%
BLUE value IS 218 (85.55% from 255) = 41.68%
R=31.17%
G=27.15%
B=41.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1631422180.250.3500.15256.5850.6770.59
HexA38EDA19230F1013347
Octal243216332314301740163107
Binary10100011100011101101101011001100011011111000000011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38EDA; }

 p { color: rgb(163,142,218); }

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

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

 a { background-color: rgb(163,142,218); }

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

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

 span { border-color: rgb(163,142,218); }

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