#AC99FF

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

Shades of Biloba Flower #AC99FF

Tints of Biloba Flower #AC99FF

Color information

#AC99FF (or 0xAC99FF) is unknown color: approx Biloba Flower. HEX triplet: AC, 99 and FF. RGB value is (172,153,255). Sum of RGB (Red+Green+Blue) = 172+153+255=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC99FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC99FF is #536600. Grayscale: #A9A9A9. Windows color (decimal): -5465601 or 16751020. OLE color: 16751020.

HSL color Cylindrical-coordinate representation of color #AC99FF: hue angle of 251.18º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AC99FF is Cyan = 0.33, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172153255-
CMYK0.330.400
HSL251.18º100%80%-
HSV(B)251.18º40%100%-
XYZ46.4538.7799.64-
YUV170.31175.79129.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.66%
GREEN value IS 153 (60.16% from 255) = 26.38%
BLUE value IS 255 (100% from 255) = 43.97%
R=29.66%
G=26.38%
B=43.97%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721532550.330.400251.1810080
HexAC99FF212800fb6450
Octal254231377415000373144120
Binary101011001001100111111111100001101000001111101111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC99FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC99FF; }

 p { color: rgb(172,153,255); }

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

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

 a { background-color: rgb(172,153,255); }

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

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

 span { border-color: rgb(172,153,255); }

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