#AC8BFD

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

Shades of Biloba Flower #AC8BFD

Tints of Biloba Flower #AC8BFD

Color information

#AC8BFD (or 0xAC8BFD) is unknown color: approx Biloba Flower. HEX triplet: AC, 8B and FD. RGB value is (172,139,253). Sum of RGB (Red+Green+Blue) = 172+139+253=564 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.50% from 564); Green value is 139 (54.69% from 255 or 24.65% from 564); Blue value is 253 (99.22% from 255 or 44.86% from 564); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC8BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC8BFD is #537402. Grayscale: #A1A1A1. Windows color (decimal): -5469187 or 16616364. OLE color: 16616364.

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

Color convert

RGB172139253-
CMYK0.320.4500.01
HSL257.37º96.61%76.86%-
HSV(B)257.37º45.06%99.22%-
XYZ43.9834.3397.24-
YUV161.86179.43135.23-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 30.50%
GREEN value IS 139 (54.69% from 255) = 24.65%
BLUE value IS 253 (99.22% from 255) = 44.86%
R=30.50%
G=24.65%
B=44.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721392530.320.4500.01257.3796.6176.86
HexAC8BFD202D01101614d
Octal254213375405501401141115
Binary1010110010001011111111011000001011010110000000111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC8BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC8BFD; }

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

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

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

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

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

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

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

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