#AC9DFF

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

Shades of Perano #AC9DFF

Tints of Perano #AC9DFF

Color information

#AC9DFF (or 0xAC9DFF) is unknown color: approx Perano. HEX triplet: AC, 9D and FF. RGB value is (172,157,255). Sum of RGB (Red+Green+Blue) = 172+157+255=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 157 (61.72% from 255 or 26.88% from 584); Blue value is 255 (100% from 255 or 43.66% from 584); Max value from RGB is 255 - color contains mainly: blue. Hex color #AC9DFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AC9DFF is #536200. Grayscale: #ACACAC. Windows color (decimal): -5464577 or 16752044. OLE color: 16752044.

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

Color convert

RGB172157255-
CMYK0.330.3800
HSL249.18º100%80.78%-
HSV(B)249.18º38.43%100%-
XYZ47.1240.199.87-
YUV172.66174.47127.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.45%
GREEN value IS 157 (61.72% from 255) = 26.88%
BLUE value IS 255 (100% from 255) = 43.66%
R=29.45%
G=26.88%
B=43.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721572550.330.3800249.1810080.78
HexAC9DFF212600f96451
Octal254235377414600371144121
Binary101011001001110111111111100001100110001111100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC9DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC9DFF; }

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

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

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

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

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

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

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

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