#ac7fe2

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

Shades of Biloba Flower #AC7FE2

Tints of Biloba Flower #AC7FE2

Color information

#AC7FE2 (or 0xAC7FE2) is unknown color: approx Biloba Flower. HEX triplet: AC, 7F and E2. RGB value is (172,127,226). Sum of RGB (Red+Green+Blue) = 172+127+226=525 (69% of max value = 765). Red value is 172 (67.58% from 255 or 32.76% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 226 (88.67% from 255 or 43.05% from 525); Max value from RGB is 226 - color contains mainly: blue. Hex color #AC7FE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7FE2 is #53801D. Grayscale: #979797. Windows color (decimal): -5472286 or 14843820. OLE color: 14843820.

HSL color Cylindrical-coordinate representation of color #AC7FE2: hue angle of 267.27º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AC7FE2 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172127226-
CMYK0.240.4400.11
HSL267.27º63.06%69.22%-
HSV(B)267.27º43.81%88.63%-
XYZ38.3329.4475.61-
YUV151.74169.91142.45-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 32.76%
GREEN value IS 127 (50% from 255) = 24.19%
BLUE value IS 226 (88.67% from 255) = 43.05%
R=32.76%
G=24.19%
B=43.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721272260.240.4400.11267.2763.0669.22
HexAC7FE2182C0B10b3f45
Octal254177342305401341377105
Binary1010110011111111110001011000101100010111000010111111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac7fe2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac7fe2; }

 p { color: rgb(172,127,226); }

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

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

 a { background-color: rgb(172,127,226); }

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

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

 span { border-color: rgb(172,127,226); }

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