#ACB5FF

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

Shades of Perano #ACB5FF

Tints of Perano #ACB5FF

Color information

#ACB5FF (or 0xACB5FF) is unknown color: approx Perano. HEX triplet: AC, B5 and FF. RGB value is (172,181,255). Sum of RGB (Red+Green+Blue) = 172+181+255=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #ACB5FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ACB5FF is #534A00. Grayscale: #BABABA. Windows color (decimal): -5458433 or 16758188. OLE color: 16758188.

HSL color Cylindrical-coordinate representation of color #ACB5FF: hue angle of 233.49º 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 #ACB5FF is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB172181255-
CMYK0.330.2900
HSL233.49º100%83.73%-
HSV(B)233.49º32.55%100%-
XYZ51.5949.04101.35-
YUV186.74166.52117.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 28.29%
GREEN value IS 181 (71.09% from 255) = 29.77%
BLUE value IS 255 (100% from 255) = 41.94%
R=28.29%
G=29.77%
B=41.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1721812550.330.2900233.4910083.73
HexACB5FF211D00e96454
Octal254265377413500351144124
Binary10101100101101011111111110000111101001110100111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB5FF; }

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

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

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

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

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

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

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

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