#AC7EDB

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

Shades of Biloba Flower #AC7EDB

Tints of Biloba Flower #AC7EDB

Color information

#AC7EDB (or 0xAC7EDB) is unknown color: approx Biloba Flower. HEX triplet: AC, 7E and DB. RGB value is (172,126,219). Sum of RGB (Red+Green+Blue) = 172+126+219=517 (68% of max value = 765). Red value is 172 (67.58% from 255 or 33.27% from 517); Green value is 126 (49.61% from 255 or 24.37% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC7EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC7EDB is #538124. Grayscale: #969696. Windows color (decimal): -5472549 or 14384812. OLE color: 14384812.

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

Color convert

RGB172126219-
CMYK0.210.4200.14
HSL269.68º56.36%67.65%-
HSV(B)269.68º42.47%85.88%-
XYZ37.2628.8170.61-
YUV150.36166.74143.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 33.27%
GREEN value IS 126 (49.61% from 255) = 24.37%
BLUE value IS 219 (85.94% from 255) = 42.36%
R=33.27%
G=24.37%
B=42.36%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1721262190.210.4200.14269.6856.3667.65
HexAC7EDB152A0E10e3844
Octal254176333255201641670104
Binary1010110011111101101101110101101010011101000011101110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC7EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC7EDB; }

 p { color: rgb(172,126,219); }

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

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

 a { background-color: rgb(172,126,219); }

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

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

 span { border-color: rgb(172,126,219); }

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