#A38AD4

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

Shades of Biloba Flower #A38AD4

Tints of Biloba Flower #A38AD4

Color information

#A38AD4 (or 0xA38AD4) is unknown color: approx Biloba Flower. HEX triplet: A3, 8A and D4. RGB value is (163,138,212). Sum of RGB (Red+Green+Blue) = 163+138+212=513 (67% of max value = 765). Red value is 163 (64.06% from 255 or 31.77% from 513); Green value is 138 (54.30% from 255 or 26.90% from 513); Blue value is 212 (83.20% from 255 or 41.33% from 513); Max value from RGB is 212 - color contains mainly: blue. Hex color #A38AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A38AD4 is #5C752B. Grayscale: #999999. Windows color (decimal): -6059308 or 13929123. OLE color: 13929123.

HSL color Cylindrical-coordinate representation of color #A38AD4: hue angle of 260.27º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A38AD4 is Cyan = 0.23, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB163138212-
CMYK0.230.3500.17
HSL260.27º46.25%68.63%-
HSV(B)260.27º34.91%83.14%-
XYZ36.0830.7266.31-
YUV153.91160.78134.48-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.77%
GREEN value IS 138 (54.30% from 255) = 26.90%
BLUE value IS 212 (83.20% from 255) = 41.33%
R=31.77%
G=26.90%
B=41.33%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1631382120.230.3500.17260.2746.2568.63
HexA38AD417230111042e45
Octal243212324274302140456105
Binary101000111000101011010100101111000110100011000001001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A38AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A38AD4; }

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

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

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

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

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

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

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

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