#AC8FD2

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

Shades of Biloba Flower #AC8FD2

Tints of Biloba Flower #AC8FD2

Color information

#AC8FD2 (or 0xAC8FD2) is unknown color: approx Biloba Flower. HEX triplet: AC, 8F and D2. RGB value is (172,143,210). Sum of RGB (Red+Green+Blue) = 172+143+210=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 210 (82.42% from 255 or 40% from 525); Max value from RGB is 210 - color contains mainly: blue. Hex color #AC8FD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC8FD2 is #53702D. Grayscale: #9F9F9F. Windows color (decimal): -5468206 or 13799340. OLE color: 13799340.

HSL color Cylindrical-coordinate representation of color #AC8FD2: hue angle of 265.97º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AC8FD2 is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB172143210-
CMYK0.180.3200.18
HSL265.97º42.68%69.22%-
HSV(B)265.97º31.9%82.35%-
XYZ38.4733.0765.33-
YUV159.31156.61137.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 143 (56.25% from 255) = 27.24%
BLUE value IS 210 (82.42% from 255) = 40%
R=32.76%
G=27.24%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1721432100.180.3200.18265.9742.6869.22
HexAC8FD2122001210a2b45
Octal254217322224002241253105
Binary101011001000111111010010100101000000100101000010101010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8FD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8FD2; }

 p { color: rgb(172,143,210); }

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

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

 a { background-color: rgb(172,143,210); }

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

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

 span { border-color: rgb(172,143,210); }

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