#AC9FFB

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

Shades of Perano #AC9FFB

Tints of Perano #AC9FFB

Color information

#AC9FFB (or 0xAC9FFB) is unknown color: approx Perano. HEX triplet: AC, 9F and FB. RGB value is (172,159,251). Sum of RGB (Red+Green+Blue) = 172+159+251=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 159 (62.5% from 255 or 27.32% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #AC9FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9FFB is #536004. Grayscale: #ADADAD. Windows color (decimal): -5464069 or 16490412. OLE color: 16490412.

HSL color Cylindrical-coordinate representation of color #AC9FFB: hue angle of 248.48º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AC9FFB is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB172159251-
CMYK0.310.3700.02
HSL248.48º92%80.39%-
HSV(B)248.48º36.65%98.43%-
XYZ46.8240.5396.62-
YUV173.38171.81127.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.55%
GREEN value IS 159 (62.5% from 255) = 27.32%
BLUE value IS 251 (98.44% from 255) = 43.13%
R=29.55%
G=27.32%
B=43.13%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1721592510.310.3700.02248.489280.39
HexAC9FFB1F2502f85c50
Octal254237373374502370134120
Binary101011001001111111111011111111001010101111100010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9FFB; }

 p { color: rgb(172,159,251); }

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

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

 a { background-color: rgb(172,159,251); }

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

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

 span { border-color: rgb(172,159,251); }

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