#A388DD

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

Shades of Biloba Flower #A388DD

Tints of Biloba Flower #A388DD

Color information

#A388DD (or 0xA388DD) is unknown color: approx Biloba Flower. HEX triplet: A3, 88 and DD. RGB value is (163,136,221). Sum of RGB (Red+Green+Blue) = 163+136+221=520 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.35% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #A388DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A388DD is #5C7722. Grayscale: #999999. Windows color (decimal): -6059811 or 14518435. OLE color: 14518435.

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

Color convert

RGB163136221-
CMYK0.260.3800.13
HSL259.06º55.56%70%-
HSV(B)259.06º38.46%86.67%-
XYZ36.9630.6272.37-
YUV153.76165.95134.59-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.35%
GREEN value IS 136 (53.52% from 255) = 26.15%
BLUE value IS 221 (86.72% from 255) = 42.5%
R=31.35%
G=26.15%
B=42.5%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631362210.260.3800.13259.0655.5670
HexA388DD1A260D1033846
Octal243210335324601540370106
Binary10100011100010001101110111010100110011011000000111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A388DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A388DD; }

 p { color: rgb(163,136,221); }

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

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

 a { background-color: rgb(163,136,221); }

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

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

 span { border-color: rgb(163,136,221); }

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