#AC95E4

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

Shades of Biloba Flower #AC95E4

Tints of Biloba Flower #AC95E4

Color information

#AC95E4 (or 0xAC95E4) is unknown color: approx Biloba Flower. HEX triplet: AC, 95 and E4. RGB value is (172,149,228). Sum of RGB (Red+Green+Blue) = 172+149+228=549 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.33% from 549); Green value is 149 (58.59% from 255 or 27.14% from 549); Blue value is 228 (89.45% from 255 or 41.53% from 549); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC95E4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AC95E4 is #536A1B. Grayscale: #A4A4A4. Windows color (decimal): -5466652 or 14980524. OLE color: 14980524.

HSL color Cylindrical-coordinate representation of color #AC95E4: hue angle of 257.47º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AC95E4 is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB172149228-
CMYK0.250.3500.11
HSL257.47º59.4%73.92%-
HSV(B)257.47º34.65%89.41%-
XYZ41.7635.8778.12-
YUV164.88163.62133.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.33%
GREEN value IS 149 (58.59% from 255) = 27.14%
BLUE value IS 228 (89.45% from 255) = 41.53%
R=31.33%
G=27.14%
B=41.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1721492280.250.3500.11257.4759.473.92
HexAC95E419230B1013b4a
Octal254225344314301340173112
Binary10101100100101011110010011001100011010111000000011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC95E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC95E4; }

 p { color: rgb(172,149,228); }

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

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

 a { background-color: rgb(172,149,228); }

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

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

 span { border-color: rgb(172,149,228); }

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