#AC8ADD

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

Shades of Biloba Flower #AC8ADD

Tints of Biloba Flower #AC8ADD

Color information

#AC8ADD (or 0xAC8ADD) is unknown color: approx Biloba Flower. HEX triplet: AC, 8A and DD. RGB value is (172,138,221). Sum of RGB (Red+Green+Blue) = 172+138+221=531 (70% of max value = 765). Red value is 172 (67.58% from 255 or 32.39% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC8ADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8ADD is #537522. Grayscale: #9D9D9D. Windows color (decimal): -5469475 or 14518956. OLE color: 14518956.

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

Color convert

RGB172138221-
CMYK0.220.3800.13
HSL264.58º54.97%70.39%-
HSV(B)264.58º37.56%86.67%-
XYZ39.1532.1772.55-
YUV157.63163.76138.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.39%
GREEN value IS 138 (54.30% from 255) = 25.99%
BLUE value IS 221 (86.72% from 255) = 41.62%
R=32.39%
G=25.99%
B=41.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1721382210.220.3800.13264.5854.9770.39
HexAC8ADD16260D1093746
Octal254212335264601541167106
Binary10101100100010101101110110110100110011011000010011101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8ADD; }

 p { color: rgb(172,138,221); }

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

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

 a { background-color: rgb(172,138,221); }

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

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

 span { border-color: rgb(172,138,221); }

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