#A88AD4

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

Shades of Biloba Flower #A88AD4

Tints of Biloba Flower #A88AD4

Color information

#A88AD4 (or 0xA88AD4) is unknown color: approx Biloba Flower. HEX triplet: A8, 8A and D4. RGB value is (168,138,212). Sum of RGB (Red+Green+Blue) = 168+138+212=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 212 (83.20% from 255 or 40.93% from 518); Max value from RGB is 212 - color contains mainly: blue. Hex color #A88AD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A88AD4 is #57752B. Grayscale: #9B9B9B. Windows color (decimal): -5731628 or 13929128. OLE color: 13929128.

HSL color Cylindrical-coordinate representation of color #A88AD4: hue angle of 264.32º 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 #A88AD4 is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB168138212-
CMYK0.210.3500.17
HSL264.32º46.25%68.63%-
HSV(B)264.32º34.91%83.14%-
XYZ37.1231.2666.36-
YUV155.41159.94136.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 32.43%
GREEN value IS 138 (54.30% from 255) = 26.64%
BLUE value IS 212 (83.20% from 255) = 40.93%
R=32.43%
G=26.64%
B=40.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1681382120.210.3500.17264.3246.2568.63
HexA88AD415230111082e45
Octal250212324254302141056105
Binary101010001000101011010100101011000110100011000010001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A88AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A88AD4; }

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

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

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

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

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

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

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

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