#AC7FDA

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

Shades of Biloba Flower #AC7FDA

Tints of Biloba Flower #AC7FDA

Color information

#AC7FDA (or 0xAC7FDA) is unknown color: approx Biloba Flower. HEX triplet: AC, 7F and DA. RGB value is (172,127,218). Sum of RGB (Red+Green+Blue) = 172+127+218=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 127 (50% from 255 or 24.56% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC7FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7FDA is #538025. Grayscale: #969696. Windows color (decimal): -5472294 or 14319532. OLE color: 14319532.

HSL color Cylindrical-coordinate representation of color #AC7FDA: hue angle of 269.67º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AC7FDA is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB172127218-
CMYK0.210.4200.15
HSL269.67º55.15%67.65%-
HSV(B)269.67º41.74%85.49%-
XYZ37.2629.0169.97-
YUV150.83165.91143.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 127 (50% from 255) = 24.56%
BLUE value IS 218 (85.55% from 255) = 42.17%
R=33.27%
G=24.56%
B=42.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1721272180.210.4200.15269.6755.1567.65
HexAC7FDA152A0F10e3744
Octal254177332255201741667104
Binary1010110011111111101101010101101010011111000011101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7FDA; }

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

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

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

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

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

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

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

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