#AC9AFD

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

Shades of Biloba Flower #AC9AFD

Tints of Biloba Flower #AC9AFD

Color information

#AC9AFD (or 0xAC9AFD) is unknown color: approx Biloba Flower. HEX triplet: AC, 9A and FD. RGB value is (172,154,253). Sum of RGB (Red+Green+Blue) = 172+154+253=579 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.71% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #AC9AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9AFD is #536502. Grayscale: #AAAAAA. Windows color (decimal): -5465347 or 16620204. OLE color: 16620204.

HSL color Cylindrical-coordinate representation of color #AC9AFD: hue angle of 250.91º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC9AFD is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB172154253-
CMYK0.320.3900.01
HSL250.91º96.12%79.8%-
HSV(B)250.91º39.13%99.22%-
XYZ46.338.9798.01-
YUV170.67174.46128.95-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.71%
GREEN value IS 154 (60.55% from 255) = 26.60%
BLUE value IS 253 (99.22% from 255) = 43.70%
R=29.71%
G=26.60%
B=43.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1721542530.320.3900.01250.9196.1279.8
HexAC9AFD202701fb6050
Octal254232375404701373140120
Binary101011001001101011111101100000100111011111101111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9AFD; }

 p { color: rgb(172,154,253); }

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

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

 a { background-color: rgb(172,154,253); }

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

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

 span { border-color: rgb(172,154,253); }

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