#ACB4FF

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

Shades of Perano #ACB4FF

Tints of Perano #ACB4FF

Color information

#ACB4FF (or 0xACB4FF) is unknown color: approx Perano. HEX triplet: AC, B4 and FF. RGB value is (172,180,255). Sum of RGB (Red+Green+Blue) = 172+180+255=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACB4FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB4FF is #534B00. Grayscale: #B9B9B9. Windows color (decimal): -5458689 or 16757932. OLE color: 16757932.

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

Color convert

RGB172180255-
CMYK0.330.2900
HSL234.22º100%83.73%-
HSV(B)234.22º32.55%100%-
XYZ51.3848.63101.29-
YUV186.16166.85117.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.34%
GREEN value IS 180 (70.70% from 255) = 29.65%
BLUE value IS 255 (100% from 255) = 42.01%
R=28.34%
G=29.65%
B=42.01%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721802550.330.2900234.2210083.73
HexACB4FF211D00ea6454
Octal254264377413500352144124
Binary10101100101101001111111110000111101001110101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB4FF; }

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

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

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

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

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

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

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

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