#AC8DD4

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

Shades of Biloba Flower #AC8DD4

Tints of Biloba Flower #AC8DD4

Color information

#AC8DD4 (or 0xAC8DD4) is unknown color: approx Biloba Flower. HEX triplet: AC, 8D and D4. RGB value is (172,141,212). Sum of RGB (Red+Green+Blue) = 172+141+212=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 141 (55.47% from 255 or 26.86% from 525); Blue value is 212 (83.20% from 255 or 40.38% from 525); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC8DD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8DD4 is #53722B. Grayscale: #9E9E9E. Windows color (decimal): -5468716 or 13929900. OLE color: 13929900.

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

Color convert

RGB172141212-
CMYK0.190.3300.17
HSL266.2º45.22%69.22%-
HSV(B)266.2º33.49%83.14%-
XYZ38.4232.5766.55-
YUV158.36158.27137.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 141 (55.47% from 255) = 26.86%
BLUE value IS 212 (83.20% from 255) = 40.38%
R=32.76%
G=26.86%
B=40.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1721412120.190.3300.17266.245.2269.22
HexAC8DD4132101110a2d45
Octal254215324234102141255105
Binary101011001000110111010100100111000010100011000010101011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DD4; }

 p { color: rgb(172,141,212); }

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

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

 a { background-color: rgb(172,141,212); }

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

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

 span { border-color: rgb(172,141,212); }

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