#AC8DFD

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

Shades of Biloba Flower #AC8DFD

Tints of Biloba Flower #AC8DFD

Color information

#AC8DFD (or 0xAC8DFD) is unknown color: approx Biloba Flower. HEX triplet: AC, 8D and FD. RGB value is (172,141,253). Sum of RGB (Red+Green+Blue) = 172+141+253=566 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.39% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC8DFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8DFD is #537202. Grayscale: #A2A2A2. Windows color (decimal): -5468675 or 16616876. OLE color: 16616876.

HSL color Cylindrical-coordinate representation of color #AC8DFD: hue angle of 256.61º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC8DFD is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172141253-
CMYK0.320.4400.01
HSL256.61º96.55%77.25%-
HSV(B)256.61º44.27%99.22%-
XYZ44.2734.9197.33-
YUV163.04178.77134.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.39%
GREEN value IS 141 (55.47% from 255) = 24.91%
BLUE value IS 253 (99.22% from 255) = 44.70%
R=30.39%
G=24.91%
B=44.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721412530.320.4400.01256.6196.5577.25
HexAC8DFD202C01101614d
Octal254215375405401401141115
Binary1010110010001101111111011000001011000110000000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8DFD; }

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

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

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

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

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

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

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

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