#AC84F3

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

Shades of Biloba Flower #AC84F3

Tints of Biloba Flower #AC84F3

Color information

#AC84F3 (or 0xAC84F3) is unknown color: approx Biloba Flower. HEX triplet: AC, 84 and F3. RGB value is (172,132,243). Sum of RGB (Red+Green+Blue) = 172+132+243=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 132 (51.95% from 255 or 24.13% from 547); Blue value is 243 (95.31% from 255 or 44.42% from 547); Max value from RGB is 243 - color contains mainly: blue. Hex color #AC84F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC84F3 is #537B0C. Grayscale: #9C9C9C. Windows color (decimal): -5470989 or 15959212. OLE color: 15959212.

HSL color Cylindrical-coordinate representation of color #AC84F3: hue angle of 261.62º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AC84F3 is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB172132243-
CMYK0.290.4600.05
HSL261.62º82.22%73.53%-
HSV(B)261.62º45.68%95.29%-
XYZ41.4431.7488.74-
YUV156.61176.75138.97-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.44%
GREEN value IS 132 (51.95% from 255) = 24.13%
BLUE value IS 243 (95.31% from 255) = 44.42%
R=31.44%
G=24.13%
B=44.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1721322430.290.4600.05261.6282.2273.53
HexAC84F31D2E05106524a
Octal254204363355605406122112
Binary10101100100001001111001111101101110010110000011010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC84F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC84F3; }

 p { color: rgb(172,132,243); }

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

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

 a { background-color: rgb(172,132,243); }

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

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

 span { border-color: rgb(172,132,243); }

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